File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,12 @@ pipeline {
133133 steps {
134134 withGithubNotify(context : " Publish-${ PLATFORM} " ) {
135135 withAWSEnv(secret : ' secret/observability-team/ci/service-account/apm-aws-lambda' , forceInstallation : true , version : ' 2.4.10' ) {
136- dir(" ${ BASE_DIR} /apm-lambda-extension" ){
137- cmd(label : ' make publish-in-all-aws-regions' , script : ' make publish-in-all-aws-regions' )
138- stash(includes : " *${ PREFIX_ARN_FILE} " , name : " arn-${ isArm() ? 'arm' : 'amd'} " )
139- stash(includes : " bin/${ BRANCH_NAME} -*.zip" , name : " dist-${ isArm() ? 'arm' : 'amd'} " )
136+ withGoEnv(){
137+ dir(" ${ BASE_DIR} /apm-lambda-extension" ){
138+ cmd(label : ' make publish-in-all-aws-regions' , script : ' make publish-in-all-aws-regions' )
139+ stash(includes : " *${ PREFIX_ARN_FILE} " , name : " arn-${ isArm() ? 'arm' : 'amd'} " )
140+ stash(includes : " bin/${ BRANCH_NAME} -*.zip" , name : " dist-${ isArm() ? 'arm' : 'amd'} " )
141+ }
140142 }
141143 }
142144 }
You can’t perform that action at this time.
0 commit comments