Commit 6bbb93ff authored by Ndoumbe's avatar Ndoumbe

update

parent d59f1e8a
...@@ -16,6 +16,7 @@ def call(body) { ...@@ -16,6 +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
} }
......
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