mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +00:00
tidy up environment within pipeline
This commit is contained in:
parent
62002e0b3c
commit
2dab35c362
4
.ci/dev/smoke/Jenkinsfile
vendored
4
.ci/dev/smoke/Jenkinsfile
vendored
@ -1,4 +1,3 @@
|
|||||||
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
|
||||||
@Library('existing-build-control')
|
@Library('existing-build-control')
|
||||||
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
||||||
|
|
||||||
@ -13,10 +12,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
DOCKER_TAG_TO_USE = "${env.GIT_COMMIT.subSequence(0, 8)}"
|
|
||||||
EXECUTOR_NUMBER = "${env.EXECUTOR_NUMBER}"
|
EXECUTOR_NUMBER = "${env.EXECUTOR_NUMBER}"
|
||||||
BUILD_ID = "${env.BUILD_ID}-${env.JOB_NAME}"
|
|
||||||
ARTIFACTORY_CREDENTIALS = credentials('artifactory-credentials')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user