Проверка 8
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details

pull/1/head
yuobrezkov 2025-04-09 15:37:57 +03:00
parent 5ee56f8e1f
commit e9f44ff534
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -91,7 +91,7 @@ pipeline {
-u "${GITEA_USER}:${GITEA_PASS}" \ -u "${GITEA_USER}:${GITEA_PASS}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"do":"merge"}' \ -d '{"do":"merge"}' \
http://git.entcor/api/v1/repos/deployer3000/trust-module-backend/pulls/${prId}/merge http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
""" """
echo "PR ${prId} merged successfully into main!" echo "PR ${prId} merged successfully into main!"
sh """ sh """