Added amarillo-grfs-export to Jenkinsfile
This commit is contained in:
parent
3de2621b90
commit
c6aa3e7b8d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -7,9 +7,9 @@ pipeline {
|
||||||
DOCKER_REGISTRY_URL = 'https://git.gerhardt.io'
|
DOCKER_REGISTRY_URL = 'https://git.gerhardt.io'
|
||||||
OWNER = 'amarillo'
|
OWNER = 'amarillo'
|
||||||
IMAGE_NAME = 'amarillo'
|
IMAGE_NAME = 'amarillo'
|
||||||
AMARILLO_DISTRIBUTION = '0.1'
|
AMARILLO_DISTRIBUTION = '0.2'
|
||||||
TAG = "${AMARILLO_DISTRIBUTION}.${BUILD_NUMBER}"
|
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_WEBHOOK_URL = 'http://amarillo.mfdz.de:8888/mitanand'
|
||||||
DEPLOY_SECRET = credentials('AMARILLO-JENKINS-DEPLOY-SECRET')
|
DEPLOY_SECRET = credentials('AMARILLO-JENKINS-DEPLOY-SECRET')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue