diff --git a/Jenkinsfile b/Jenkinsfile index 043440e..22e7e3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -93,7 +93,7 @@ pipeline { """ echo "PR ${prId} merged successfully into main!" sh """ - curl -X POST -u "${GITEA_USER}:${GITEA_PASS}" \ + curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \ -H "Content-Type: application/json" \ -d '{"tag_name": "${env.NEW_VERSION}", "name": "Release ${env.NEW_VERSION}", "target_commitish": "${env.GIT_COMMIT}"}' \ "${env.GITEA_REPOSITORY_URL}deployer3000/${env.IMAGE_NAME}/releases"