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)
|
||||
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
|
||||
|
||||
curl -sS -X POST \
|
||||
|
||||
Reference in New Issue
Block a user