ci(hermes-agent-image): let release verification read the build evidence

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-18 18:59:58 -03:00
parent b6ae6225f6
commit fcbff58951

View File

@ -129,7 +129,7 @@ spec:
disableConcurrentBuilds()
buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '100', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '100'))
skipDefaultCheckout(true)
timeout(time: 90, unit: 'MINUTES')
timeout(time: 150, unit: 'MINUTES')
}
stages {
stage('Checkout reviewed source') {
@ -219,6 +219,7 @@ spec:
--label="org.opencontainers.image.revision=${EXPECTED_SOURCE_REVISION}" \
--cleanup \
--push-retry=3
/busybox/chmod 644 build/hermes-agent.digest build/hermes-agent.image
'''
}
}