Browse Source

adjust Jenkinsfile

pr-readme
Steffen Nitschke 3 years ago
parent
commit
96bf9b5396
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -16,7 +16,6 @@ pipeline {
stage('Build') {
steps {
sh "./gradlew -Pversion='${REVISION}' testClasses"
}
script {
def commitId = sh(returnStdout: true, script: 'git rev-parse --short HEAD').trim()
@ -25,6 +24,7 @@ pipeline {
REVISION = "${env.BRANCH_NAME}-${commitDate}.${commitId}"
}
}
}
stage('Test') {
steps {

Loading…
Cancel
Save