ci(hermes-agent-image): run release boundary where git exists
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
de221a0ae2
commit
381c3e7283
@ -139,6 +139,7 @@ spec:
|
|||||||
}
|
}
|
||||||
stage('Enforce release boundary') {
|
stage('Enforce release boundary') {
|
||||||
steps {
|
steps {
|
||||||
|
container('jnlp') {
|
||||||
sh '''
|
sh '''
|
||||||
set -eu
|
set -eu
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@ -166,6 +167,7 @@ spec:
|
|||||||
"${HERMES_IMAGE}:git-${actual_revision}-build-${BUILD_NUMBER}" \
|
"${HERMES_IMAGE}:git-${actual_revision}-build-${BUILD_NUMBER}" \
|
||||||
> build/hermes-agent.destination
|
> build/hermes-agent.destination
|
||||||
'''
|
'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Reject replay before publish') {
|
stage('Reject replay before publish') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user