Within Jenkins, the BitBar Run-in-Cloud plugin can be installed like any other plugin:
-
Navigate to Manage Jenkins > Manage plugins > Available.
-
Enter BitBar in the search box.
-
Click the Install button next to the BitBar Run-in-Cloud Plugin in the list.
The plugin adds a build step to Jenkins that is used to launch test runs in the BitBar Cloud. Alternatively, it can also be used as a Pipeline step.
Usage instructions
There are two ways to use the plugin:
-
Run tests via the plugin UI (good choice if you are not familiar with Pipeline)
-
Run tests with a Pipeline script (Jenkinsfile)