Changed owner to repo

pull/3/head
yuobrezkov 2025-02-21 12:16:57 +03:00
parent 2b33015277
commit 358e6cf509
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -66,7 +66,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-frontend/pulls/${prId}/merge http://git.entcor/api/v1/repos/deployer3000/prometheus-exporter/pulls/${prId}/merge
""" """
echo "PR ${prId} merged successfully into master!" echo "PR ${prId} merged successfully into master!"
} }