From c6aa3e7b8dca6ce5d799cdb1cb3d109c80fcaa1f Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 14 Feb 2024 10:56:51 +0100 Subject: [PATCH] Added amarillo-grfs-export to Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5d81741..97e861e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,9 @@ pipeline { DOCKER_REGISTRY_URL = 'https://git.gerhardt.io' OWNER = 'amarillo' IMAGE_NAME = 'amarillo' - AMARILLO_DISTRIBUTION = '0.1' + AMARILLO_DISTRIBUTION = '0.2' TAG = "${AMARILLO_DISTRIBUTION}.${BUILD_NUMBER}" - PLUGINS = 'amarillo-metrics amarillo-enhancer' + PLUGINS = 'amarillo-metrics amarillo-enhancer amarillo-grfs-export' DEPLOY_WEBHOOK_URL = 'http://amarillo.mfdz.de:8888/mitanand' DEPLOY_SECRET = credentials('AMARILLO-JENKINS-DEPLOY-SECRET') }