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') }