Проверка 100
test-org/trust-module-backend/pipeline/pr-main Build succeeded
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details

pull/2/head
yuobrezkov 2025-04-09 15:48:51 +03:00
parent 3062aecc62
commit d58a1e8b00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -99,7 +99,7 @@ pipeline {
echo "New release succeeded!"
def context = "test-org/trust-module-backend/pipeline/pr-${env.CHANGE_TARGET}"
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, "trust-module-backend", commitHash, "success")
notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, env.IMAGE_NAME, commitHash, "success")
}
}
}