Update shell
Some checks failed
Tests / Declarative: Post Actions passed: 5
CI-Multi/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2026-02-06 20:57:55 +01:00
parent 22f19a2ced
commit 408411117c

View File

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