From b9b47dfc2a10b795584c23210e90829d08f1ab9f Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 22 Apr 2024 15:06:02 +0200 Subject: [PATCH] Updated Jenkinfile to use grfs-exporter --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6579b7c..6080e12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { IMAGE_NAME = 'amarillo' AMARILLO_DISTRIBUTION = '0.2' TAG = "${AMARILLO_DISTRIBUTION}.${BUILD_NUMBER}" - PLUGINS = 'amarillo-metrics amarillo-enhancer amarillo-grfs-export' + PLUGINS = 'amarillo-metrics amarillo-enhancer amarillo-grfs-exporter' DEPLOY_WEBHOOK_URL = 'http://amarillo.mfdz.de:8888/mitanand' DEPLOY_SECRET = credentials('AMARILLO-JENKINS-DEPLOY-SECRET') }