@ -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') {