Modified Local mirror update job.
Change-Id: I11e2e7f18e6954ea2be0e5cdc4175f5d6f8615c6
Related: PROD-18333
diff --git a/jenkins/client/job/deploy/update/update_mirror_image.yml b/jenkins/client/job/deploy/update/update_mirror_image.yml
index ec812c4..2b2dc26 100644
--- a/jenkins/client/job/deploy/update/update_mirror_image.yml
+++ b/jenkins/client/job/deploy/update/update_mirror_image.yml
@@ -10,7 +10,7 @@
deploy-update-mirror-image:
type: workflow-scm
concurrent: true
- display_name: "Deploy - update mirror image"
+ display_name: "Deploy - update local mirror"
scm:
type: git
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
@@ -30,6 +30,9 @@
UPDATE_APTLY_MIRRORS:
type: string
default: ""
+ RECREATE_APTLY_MIRRORS:
+ type: boolean
+ default: 'true'
PUBLISH_APTLY:
type: boolean
default: 'true'
@@ -42,6 +45,9 @@
CLEANUP_APTLY:
type: boolean
default: 'false'
+ UPDATE_DEBMIRRORS:
+ type: boolean
+ default: 'true'
UPDATE_DOCKER_REGISTRY:
type: boolean
default: 'true'
@@ -54,6 +60,6 @@
UPDATE_GIT:
type: boolean
default: 'true'
- UPDATE_IMAGES:
+ UPDATE_FILES:
type: boolean
default: 'true'
\ No newline at end of file