Update jenkinsfile.ci #30

Merged
husbando_enjoyer merged 13 commits from feature/main-UpdateJenkinsFileCi into main 2026-02-06 21:39:23 +01:00
Showing only changes of commit 214aec2e73 - Show all commits

View File

@@ -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 \