Compare commits
No commits in common. "3d63dbe94c18e38227883a86e2b4e2a1a731b8b5" and "ff10808dd8c677df7f1aad412a3d56cba49dfba4" have entirely different histories.
3d63dbe94c
...
ff10808dd8
|
|
@ -81,7 +81,6 @@ pipeline {
|
||||||
echo "PR ${prId} merged successfully into master!"
|
echo "PR ${prId} merged successfully into master!"
|
||||||
def context = "test-org/trust-module-frontend/pipeline/pr-${env.CHANGE_TARGET}"
|
def context = "test-org/trust-module-frontend/pipeline/pr-${env.CHANGE_TARGET}"
|
||||||
def commitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
|
def commitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
|
||||||
echo "commit hash = ${commitHash}"
|
|
||||||
notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, "trust-module-frontend", commitHash, "success")
|
notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, "trust-module-frontend", commitHash, "success")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue