Commit fdf4d10a authored by Ndoumbe's avatar Ndoumbe

update

parent c8862f37
......@@ -14,6 +14,7 @@ def call(body) {
def shortCommit = sh(returnStdout: true, script: "git log -n 1 --pretty=format:'%h'").trim()
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 VALUES_FILE = "${pipelineParams.VALUES_FILE}"
def notificationURL = "${url.replace(':', '/').replace('git@', 'https://')}"
}
......
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