Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswat2385 authored Jan 17, 2017
1 parent a7b319c commit 78000a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ node {
stage('Deploy') {
xldDeploy serverCredentials: 'Admin', environmentId: 'Environments/Dev', packageId: 'Applications/rest-o-rant-web/$BUILD_NUMBER.0'
}
stage('Start XLR Release') {
xlrCreateRelease serverCredentials: 'Admin', template: 'Release rest-o-rant-web', version: 'Release for $BUILD_TAG', variables: [[propertyName: 'version', propertyValue: '$BUILD_NUMBER.0']], startRelease: true
}
}

0 comments on commit 78000a1

Please sign in to comment.