Update Jenkinsfile

This commit is contained in:
Mikołaj Młodzikowski 2022-10-19 15:48:43 +02:00 committed by GitHub
parent 349722d56d
commit 5d04efe52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View File

@ -13,10 +13,7 @@ pipeline {
steps {
sh 'printenv'
checkout scm
script {
commitHash = getCommitHash()
}
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend'
runApprobation ignoreFailure: false, frontendBranch: env.BRANCH_NAME, type: 'frontend'
}
}
}