Commit c32564a5 authored by Ndoumbe's avatar Ndoumbe

update

parent c29d2cab
...@@ -16,7 +16,7 @@ def call(body) { ...@@ -16,7 +16,7 @@ def call(body) {
def url = sh(returnStdout: true, script: 'git config remote.origin.url').trim() def url = sh(returnStdout: true, script: 'git config remote.origin.url').trim()
def notificationURL = "${url.replace(':', '/').replace('git@', 'https://')}" def notificationURL = "${url.replace(':', '/').replace('git@', 'https://')}"
def VALUES_FILE = "${pipelineParams.VALUES_FILE}" def VALUES_FILE = "${pipelineParams.VALUES_FILE}"
def BRANCH_NAME = env.BRANCH_NAME def BRANCH_NAME = "${env.BRANCH_NAME}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment