Update Jenkinsfile
This commit is contained in:
parent
349722d56d
commit
5d04efe52d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -13,10 +13,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'printenv'
|
sh 'printenv'
|
||||||
checkout scm
|
checkout scm
|
||||||
script {
|
runApprobation ignoreFailure: false, frontendBranch: env.BRANCH_NAME, type: 'frontend'
|
||||||
commitHash = getCommitHash()
|
|
||||||
}
|
|
||||||
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user