diff --git a/ci/Jenkinsfile.hermes-agent-image b/ci/Jenkinsfile.hermes-agent-image index d055abef..b6abed74 100644 --- a/ci/Jenkinsfile.hermes-agent-image +++ b/ci/Jenkinsfile.hermes-agent-image @@ -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 ''' } }