Commit 6f447cbf authored by Ndoumbe's avatar Ndoumbe

update

parent c32564a5
......@@ -15,7 +15,6 @@ def call(body) {
def author = sh(returnStdout: true, script: "git show -s --pretty=%an").trim()
def url = sh(returnStdout: true, script: 'git config remote.origin.url').trim()
def notificationURL = "${url.replace(':', '/').replace('git@', 'https://')}"
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