Actualizar Jenkinsfile.ci
This commit is contained in:
@@ -116,7 +116,7 @@ post {
|
|||||||
|
|
||||||
def commentsUrl = "${giteaBase}/gitea/api/v1/repos/${owner}/${repo}/issues/${pr}/comments"
|
def commentsUrl = "${giteaBase}/gitea/api/v1/repos/${owner}/${repo}/issues/${pr}/comments"
|
||||||
|
|
||||||
withCredentials([string(credentialsId: 'gitea-jenkins-bot-token', variable: 'GITEA_TOKEN')]) {
|
withCredentials([string(credentialsId: 'jenkins-bot-api', variable: 'GITEA_TOKEN')]) {
|
||||||
sh """
|
sh """
|
||||||
set -e
|
set -e
|
||||||
curl -sS -X POST \
|
curl -sS -X POST \
|
||||||
|
|||||||
Reference in New Issue
Block a user