Skip to content

Commit 5523caf

Browse files
committed
upload artifacts on release
1 parent 84e238e commit 5523caf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ def fileNameArchSuffix(architecture) {
183183
}
184184

185185
def shouldNotUpload() {
186+
if (isRelease) {
187+
return false
188+
}
189+
186190
if (isPullRequest()) {
187191
//Only upload files if not in a PR (i.e., CHANGE_ID not empty)
188192
echo "[DO NO UPLOAD] In PR " + (env.CHANGE_ID?.trim())

0 commit comments

Comments
 (0)