Delete illegal option
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user