Update shell
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user