diff --git a/Jenkinsfile b/Jenkinsfile index 2198835d..49798d3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ pipeline { + agent { label 'migration' } @@ -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'