Skip to content

Commit

Permalink
update: enable upload step for evaluation pipeline (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw authored Jan 10, 2023
1 parent 0ca6474 commit 0415a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ node('worker') {
disableJob : false,
pipelineSchedule : '0 0 31 2 0', // 31st Feb, so will never run,
adoptScripts : false,
releaseType : 'Nightly Without Publish' // no need to set releaseType to "release" for prototoype pipeline
releaseType : 'Nightly' // enable upload even it is evaluation pipeline
]

/* logic of creating evaluation pipeline start*/
Expand Down

0 comments on commit 0415a2c

Please sign in to comment.