We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f84ea commit 08f9d9aCopy full SHA for 08f9d9a
.ci/Jenkinsfile
@@ -96,6 +96,8 @@ def generateStepForAgent(Map params = [:]){
96
node('linux && immutable') {
97
catchError(buildResult: 'SUCCESS', stageResult: 'UNSTABLE') {
98
deleteDir()
99
+ gitCmd(cmd: "config", credentialsId: '', args: '--global user.name elasticmachine')
100
+ gitCmd(cmd: "config", credentialsId: '', args: '--global user.email infra-root-elasticmachine@elastic.co')
101
unstash 'source'
102
dir("${BASE_DIR}"){
103
sh script: '.ci/scripts/install-dependencies.sh', label: "Install dependencies"
0 commit comments