diff --git a/Jenkinsfile b/Jenkinsfile index 2cdee08..45f341a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \