From 53ad2a3f62cced24f664320aaa2ddc251a9e1211 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Fri, 3 May 2024 13:50:09 +0200 Subject: [PATCH] Updated Jenkinsfile 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') }