Skip to content

sushobhit-lt/magic-plug

Repository files navigation

Lambdatest Jenkins Plugin

This plugin integrates Jenkins users with Selenium Testing on Lambdatest.com. Lambdatest.com provides cross browser testing of websites, webpages, and web applications on Windows, Macs, and real iPhones, iPads, and Android Phones and Tablets.

Wiki: https://wiki.jenkins-ci.org/display/JENKINS/

Installation

  1. Go to your installation's management screen.
  2. Click Manage Plugins.
  3. Click the Available tab.
  4. Find the Lambdatest.com Plugin and select the checkbox.
  5. then click either Install without restart or Download now and install after restart.
by hand (not recommended)
  1. Download Lambdatest.hpi.
  2. Save the downloaded .hpi file into your $JENKINS_HOME/plugins directory.
  3. Restart Jenkins.

Building the plugin for testing/development

Requirements:
gradlew server
to specify the version of jenkins:
gradlew server -Pjenkins=${jenkins_version}
to make it run a little faster, turn on caching:
gradlew server -Pjenkins=${jenkins_version} -Dstapler.jelly.noCache=false
To release:

make sure all code has been committed to your local git repo

gradlew publish release

credentials for the publish should be in a file ~/.jenkins-ci.org

About

Jenkins Plugin in gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published