Update jenkinsfile.ci #30

Merged
husbando_enjoyer merged 13 commits from feature/main-UpdateJenkinsFileCi into main 2026-02-06 21:39:23 +01:00
Showing only changes of commit aafc74d876 - Show all commits

View File

@@ -140,9 +140,7 @@ post {
// Avoid interpolation of secret variables (https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#string-interpolation)
withEnv(["GITEA_COMMENTS_URL=${commentsUrl}", "GITEA_BODY=${body}"]) {
sh(label: 'Comentar en PR (Gitea)', shell: '/bin/bash', script: '''
set -euo pipefail
sh(label: 'Comentar en PR (Gitea)', script: '''
curl -sS -X POST \
-H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \