Changed Gitea creds
test-org/runner-rs/pipeline/pr-master There was a failure building this commit Details

pull/37/head
yuobrezkov 2025-01-23 11:54:41 +03:00
parent fb3db62728
commit 35dbce562e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -220,7 +220,7 @@ EOF
expression { env.CHANGE_BRANCH?.startsWith('rc') }
}
echo "Attempting to merge PR ${env.CHANGE_ID} into master..."
withCredentials([usernamePassword(credentialsId: 'Jenkins creds', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) {
withCredentials([usernamePassword(credentialsId: 'gitea_creds', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) {
def prId = env.CHANGE_ID
sh """
curl -X POST \