This plugin allows you to use Jenkins to run continuous integration and automated testing workflows using dynamically-created development and testing environments in Skytap
Sections in this document:
Introduction
The Skytap Cloud CI Plugin for Jenkins allows you to create and configure Skytap Cloud environments as part of your Jenkins-based continuous integration workflow.
In a matter of minutes, you can create a Skytap virtual environment from a golden template and then use that environment to develop your application or run test passes for unit testing, functional testing, integration testing, stress/performance testing or user acceptance testing. All of the VM and network settings are saved with the template, so once you've created an environment, the network is already set up and you're ready to go.
With Skytap Cloud CI Plugin for Jenkins, you can add the following actions to your Jenkins build steps:
Before You Begin
To use the Skytap Cloud CI Plugin for Jenkins, you must have a Skytap account.
If you do not have a Skytap account, you can sign up for a demo account at http://www.skytap.com/
Step 1: Installing the Skytap Cloud CI Plugin for Jenkins
You can install the plugin from the Jenkins web UI, or you can download the plugin from the plugin repository.
Option 1:
To install the plugin from the Jenkins Web UI:
- Navigate to the Jenkins Manage Plugins page.
- Select the Available tab and filter for “Skytap”
- Select the “Install” checkbox next to “Skytap Cloud CI Plugin for Jenkins.”
- Click Download now and install after restart.
Option 2:
To install the plugin from the Jenkins plugin repository:
- Download the "skytap.hpi" plugin file from the Jenkins plugin repository.
- Navigate to the Jenkins Manage Plugins page.
- Select the Advanced tab.
- From the “Upload Plugin” section, click Choose File.
- Navigate to the downloaded plugin file (skytap.hpi) and select it.
- Click Upload.
- After the plugin is uploaded, restart Jenkins by navigating to http://_your-jenkins-server_/jenkins/restart
- Click Yes to confirm.
Step 2: Configuring the Plugin
To configure the plugin, you will need to enter to your Skytap credentials. Optionally, you can also enable verbose logging.
- To enter your Skytap credentials:## Navigate to the configuration
page for your Jenkins build project.## Under Build
Environment, enter your Skytap User ID and API security token.
NOTE: You can retrieve your user ID (user name) and API security token from your Skytap account settings page (https://cloud.skytap.com/account). If you do not have an API security token listed, use the instructions at http://help.skytap.com/#Access_Policy.html to enable API security tokens in your account. - To enable verbose logging for Skytap actions:## Navigate to
Manage Jenkins > Configure System.
## In the Skytap Cloud Plugin settings, select Enable Console Logging of Skytap Actions.
Logs will be sent to the Jenkins Project build console.
Step 3: Adding Skytap Actions to Your Build Steps
Once the plugin is installed and configured, you can add Skytap actions to your Jenkins build steps:
- Navigate to the Jenkins Project Configuration screen.
- From the Add build step dropdown menu, select Execute Skytap
Action.
- Select an available action:
- Enter any required parameters. For a description of each action and the required parameters, see the sections below.
Reference: Skytap Actions and Required Parameters
NOTE: If you see different action names, please update the Skytap Cloud CI Plugin to the latest version.
Add Environment to Project
This action adds a Skytap environment to a Skytap project.
[TABLE]
Add Template to Project
This action adds a Skytap template to a Skytap project.
[TABLE]
Change Environment State
This action will run, suspend, or shut down a Skytap environment.
[TABLE]
Connect to Network in another Environment (ICNR)
This action connects two networks in different Skytap environments. The networks must already be configured to allow an Inter-Configuration Network Routing (ICNR) connection to occur.
[TABLE]
NOTE: If there is more than one network in the environment with the specified name (not recommended), the plugin will use the first network encountered in the metadata associated with the environment.
Connect to VPN Tunnel
This action will connect a Skytap environment to a Skytap VPN.
[TABLE]
Create Environment from Template
This action creates a Skytap environment from a Skytap template.
[TABLE]
Create Sharing Portal
This action creates a Sharing Portal for a Skytap environment.
[TABLE]
Create Published Service
This action creates a Published
Service
port opening on a VM's network adapter. This is commonly used to open
RDP or SSH access to a VM.
[TABLE]
Create Template from Environment
This action creates a Skytap template from a Skytap environment.
[TABLE]
Delete Environment
This action deletes a Skytap environment.
[TABLE]
List Sharing Portal for Environment
This action returns the address for an existing sharing portal in a Skytap environment.
[TABLE]
List VM Published Service
This action returns the "public-URL:port-number" for an existing published service in a Skytap environment.
[TABLE]
Merge Template into Environment
This action will copy VMs from a Skytap template into a Skytap
environment.
[TABLE]