mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:16: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') {
|
stage('Upload If Not Exists & Always Remove Local') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
return env.LATEST_ZIP_FILENAME != 'none'
|
return env.LATEST_ZIP_FILENAME != 'none' && env.LATEST_ZIP_FILENAME != ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
@@ -97,7 +97,7 @@ pipeline {
|
|||||||
stage('Cleanup Older Files on Google Drive') {
|
stage('Cleanup Older Files on Google Drive') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
return env.LATEST_ZIP_FILENAME != 'none'
|
return env.LATEST_ZIP_FILENAME != 'none' && env.LATEST_ZIP_FILENAME != ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user