Compare commits
2 Commits
3d63dbe94c
...
b7e5941500
| Author | SHA1 | Date |
|---|---|---|
|
|
b7e5941500 | |
|
|
8a7d47bc47 |
|
|
@ -80,7 +80,7 @@ pipeline {
|
|||
"""
|
||||
echo "PR ${prId} merged successfully into master!"
|
||||
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~1", returnStdout: true).trim()
|
||||
echo "commit hash = ${commitHash}"
|
||||
notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, "trust-module-frontend", commitHash, "success")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue