Compare commits

..

No commits in common. "ff10808dd8c677df7f1aad412a3d56cba49dfba4" and "92d1236587dab53566063ae85c3ec3db475f4513" have entirely different histories.

1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -80,8 +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()
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", env.GIT_COMMIT, "success")
}
}
}