ci(hermes-agent-image): run release boundary where git exists

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-18 16:14:35 -03:00
parent de221a0ae2
commit 381c3e7283

View File

@ -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') {