INFRA-1697: add call for second agent

This commit is contained in:
Ronan Browne 2022-02-14 20:59:55 +00:00
parent a21292d03f
commit d313111d89

1
Jenkinsfile vendored
View File

@ -94,6 +94,7 @@ pipeline {
} }
stage('Recompile') { stage('Recompile') {
steps { steps {
authenticateGradleWrapper()
sh script: [ sh script: [
'./gradlew', './gradlew',
COMMON_GRADLE_PARAMS, COMMON_GRADLE_PARAMS,