Pipeline Integration with VersionOne
These instructions walk you through configuring VersionOne to communicate pipeline details back to VersionOne workitems. If you do not have VersionOne as your ALM, then you can skip this step.
Configuring VersionOne
Step 1: Enable Build Integration
- Login to VersionOne with a user in the System Admin role
- Click
Configuration
from theAdmin
menu - Click
System
to access the system configuration options - Under the
Enable Features
section, enableBuild Integration
by clicking the checkbox, then clickSave
Step 2: Create a Pipeline Project
- Click
Projects
from theAdmin
menu - Click
Pipelines
to access the build project management page - Click the
Add
button and enter a new Pipeline with the same name forTitle
andReference
, then clickSave
. A suggestion for a Title and Reference might be "Build" for the time being.
Step 3: Associate the Pipeline to the Workitem Project
- Click
Projects
from theAdmin
menu - Click
Projects
to access the project management page - Select the project that contains the workitems you want to associate to the new Pipeline
- Click the
Edit
button and select the Pipeline from thePipelines
drop-down, then clickSave
Configuring Continuum
- Edit the pipeline you created in Section 6
-
Go to the stage you created in that pipeline, and drag
Create Pipeline Run
from theVersionOne
plugin to the top of the stage with these values:VersionOne Pipeline Name: the name of the Pipeline you created in VersionOne
Intial Status: Not required, the default will be
In Progress
in VersionOneSave ID in Key:
run_id
Verify the configuration by committing a change in SCM. When the pipeline completes, you should see the Pipeline Run and changeset on the associated workitem. The Pipeline Run contains a link back to Continuum.