Update Jenkinsfile
This commit is contained in:
parent
7c4ce6eb87
commit
349722d56d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
commitHash = getCommitHash()
|
commitHash = getCommitHash()
|
||||||
}
|
}
|
||||||
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend',
|
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user