mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
pipelines zip and gdrive upload
updated
This commit is contained in:
@@ -64,7 +64,7 @@ pipeline {
|
||||
stage('Upload If Not Exists & Always Remove Local') {
|
||||
when {
|
||||
expression {
|
||||
return env.LATEST_ZIP_FILENAME != 'none'
|
||||
return env.LATEST_ZIP_FILENAME != 'none' && env.LATEST_ZIP_FILENAME != ''
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@@ -97,7 +97,7 @@ pipeline {
|
||||
stage('Cleanup Older Files on Google Drive') {
|
||||
when {
|
||||
expression {
|
||||
return env.LATEST_ZIP_FILENAME != 'none'
|
||||
return env.LATEST_ZIP_FILENAME != 'none' && env.LATEST_ZIP_FILENAME != ''
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user