Update Jenkinsfile
This commit is contained in:
parent
349722d56d
commit
5d04efe52d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user