You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are adding tar and native plugin zips auto promotion here: #1354
There are several improvement needed after the PR is merged:
Write a full test for the jenkinsfile, including gradle/groovy test case file, sample jenkinsfile, txt results.
Put s3upload params to its own variable.
Rename all the AWS_ACCOUNT_PUBLIC to AWS_CENTRAL_ARTIFACT_ACCOUNT as it is mistakenly added 1st in Jenkins with a wrong name, and rename all the entries related to it.
As of now it is designed to trigger multiple times by engineer on different arch/platform, we can definitely add a multi-arch trigger so we dont need to manually trigger it multiple times.
Reduce the number of params needed for the jenkinfile.
Use build parameter more as that feeds in more information for the task.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
We are adding tar and native plugin zips auto promotion here: #1354
There are several improvement needed after the PR is merged:
AWS_ACCOUNT_PUBLIC
toAWS_CENTRAL_ARTIFACT_ACCOUNT
as it is mistakenly added 1st in Jenkins with a wrong name, and rename all the entries related to it.The text was updated successfully, but these errors were encountered: