Jenkinsfile edited online with Bitbucket

Renamed parameter according to CICD template.
This commit is contained in:
Magnus Axelqvist
2021-04-20 10:51:08 +02:00
parent 0583d7e82d
commit 6c67318a17

View File

@@ -1,4 +1,4 @@
def cicdproject = "${CI_CD_NAMESPACE}"
def cicdproject = "${CICD_NAMESPACE}"
def appname = "${APP_NAME}"
def devproject = "${DEV_NAMESPACE}"
def i1project = "${I1_NAMESPACE}"