Skip to content

Commit

Permalink
[releng] Use pipeline library for 1.4.x
Browse files Browse the repository at this point in the history
Change-Id: Id776ba3fb936f87f63cfe6e849d07bd78bf02dd4
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth authored and minhtutonthat committed Jan 21, 2021
1 parent f865a81 commit b7143a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -1,4 +1,5 @@
pipeline {

agent {
label 'migration'
}
Expand All @@ -9,6 +10,7 @@ pipeline {
}

environment {
@Library("capella-pipeline-library@v1.4.x")
BUILD_KEY = (github.isPullRequest() ? CHANGE_TARGET : BRANCH_NAME).replaceFirst(/^v/, '')
CAPELLA_PRODUCT_PATH = "${WORKSPACE}/capella/eclipse/eclipse"
CAPELLA_BRANCH = '1.4.x'
Expand Down

0 comments on commit b7143a1

Please sign in to comment.