diff --git a/Jenkinsfile b/Jenkinsfile index 1a20ec4422..7152cf335c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,10 @@ stage('Record builds and sessions') { } axes['jenkinsVersions'].each { jenkinsVersion -> infra.withArtifactCachingProxy { - sh "rm -rf target && DISPLAY=:0 ./run.sh firefox ${jenkinsVersion} -Dmaven.repo.local=${WORKSPACE_TMP}/m2repo -B clean process-test-resources" + // Need to authenticate on DockerHub with a read-only account to avoid rate limit + infra.withDockerCredentials { + sh "rm -rf target && DISPLAY=:0 ./run.sh firefox ${jenkinsVersion} -Dmaven.repo.local=${WORKSPACE_TMP}/m2repo -B clean process-test-resources" + } } def coreCommit = sh(script: './core-commit.sh', returnStdout: true).trim() /*