File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ def generateStepForAgent(Map params = [:]){
107
107
return {
108
108
node(' linux && immutable' ) {
109
109
catchError(buildResult : ' SUCCESS' , stageResult : ' UNSTABLE' ) {
110
- deleteDir()
111
- gitCmd(cmd : " config" , credentialsId : ' ' , args : ' --global user.name elasticmachine' )
112
- gitCmd(cmd : " config" , credentialsId : ' ' , args : ' --global user.email infra-root-elasticmachine@elastic.co' )
113
- unstash ' source'
114
- dir(" ${ BASE_DIR} " ){
115
- sh script : ' .ci/scripts/install-dependencies.sh' , label : " Install dependencies"
116
- sh script : """ .ci/scripts/send-pr.sh "${ agent} " "${ featuresPath} " """ , label : " Send Pull Request for apm-agent-${ agent} "
117
- }
118
- }
110
+ deleteDir()
111
+ gitCmd(cmd : " config" , credentialsId : ' ' , args : ' --global user.name elasticmachine' )
112
+ gitCmd(cmd : " config" , credentialsId : ' ' , args : ' --global user.email infra-root-elasticmachine@elastic.co' )
113
+ unstash ' source'
114
+ dir(" ${ BASE_DIR} " ){
115
+ sh script : ' .ci/scripts/install-dependencies.sh' , label : " Install dependencies"
116
+ sh script : """ .ci/scripts/send-pr.sh "${ agent} " "${ featuresPath} " """ , label : " Send Pull Request for apm-agent-${ agent} "
117
+ }
118
+ }
119
119
}
120
120
}
121
121
}
You can’t perform that action at this time.
0 commit comments