Compare commits

..

2 Commits

Author SHA1 Message Date
deployer3000 3d63dbe94c Merge pull request 'DEBUG info' (#14) from rc into main 2025-03-10 17:41:06 +03:00
yuobrezkov c3f1192de4 DEBUG info
test-org/trust-module-frontend/pipeline/pr-main Build started... Details
2025-03-10 17:39:09 +03:00
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -81,6 +81,7 @@ 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")
} }
} }