mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
pipelines zip and gdrive upload
updated
This commit is contained in:
+9
-9
@@ -107,17 +107,17 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Trigger Google Drive Upload') {
|
||||
steps {
|
||||
script {
|
||||
echo "Triggering Google Drive Upload pipeline: ${env.GOOGLE_DRIVE_UPLOAD_JOB_NAME}"
|
||||
build job: env.GOOGLE_DRIVE_UPLOAD_JOB_NAME, parameters: [
|
||||
string(name: 'buildPath', value: params.buildPath),
|
||||
string(name: 'GOOGLE_DRIVE_FOLDER', value: params.GOOGLE_DRIVE_FOLDER)
|
||||
]
|
||||
stage('Trigger Google Drive Upload') {
|
||||
steps {
|
||||
script {
|
||||
echo "Triggering Google Drive Upload pipeline: ${env.GOOGLE_DRIVE_UPLOAD_JOB_NAME}"
|
||||
build job: env.GOOGLE_DRIVE_UPLOAD_JOB_NAME, parameters: [
|
||||
string(name: 'buildPath', value: params.buildPath)
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
|
||||
Reference in New Issue
Block a user