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"
|
||||
|
||||
withCredentials([string(credentialsId: 'gitea-jenkins-bot-token', variable: 'GITEA_TOKEN')]) {
|
||||
withCredentials([string(credentialsId: 'jenkins-bot-api', variable: 'GITEA_TOKEN')]) {
|
||||
sh """
|
||||
set -e
|
||||
curl -sS -X POST \
|
||||
|
||||
Reference in New Issue
Block a user