Skip to content
Snippets Groups Projects
Unverified Commit 80715db5 authored by Martin Lowe's avatar Martin Lowe :flag_ca: Committed by GitHub
Browse files

Fix name in Jenkins file to match import cron yml (#181)

parent aaa03904
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ pipeline {
GL_IMAGE_NAME = 'eclipsefdn/eclipsefdn-gitlab-sync'
GL_CRONJOB_NAME = 'eclipsefdn-gitlab-sync'
GL_CONTAINER_NAME = 'eclipsefdn-gitlab-sync'
BUI_IMAGE_NAME = 'eclipsefdn/eclipsefdn-backup-import'
BUI_CRONJOB_NAME = 'eclipsefdn-backup-import'
BUI_CONTAINER_NAME = 'eclipsefdn-backup-import'
BUI_IMAGE_NAME = 'eclipsefdn/eclipsefdn-import-backup'
BUI_CRONJOB_NAME = 'eclipsefdn-import-backup'
BUI_CONTAINER_NAME = 'eclipsefdn-import-backup'
TAG_NAME = sh(
script: """
GIT_COMMIT_SHORT=\$(git rev-parse --short ${env.GIT_COMMIT})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment