Changed Jenkinsfile
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit Details

pull/20/head
yuobrezkov 2025-01-13 15:47:44 +03:00
parent d229ae1ce9
commit 0e959b9a58
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -69,7 +69,7 @@ pipeline {
}
steps {
script {
echo "Attempting to merge PR ${env.CHANGE_ID} using credentials..."
echo "Attempting to merge PR ${env.CHANGE_ID} using credentials ..."
withCredentials([usernamePassword(credentialsId: 'Jenkins creds', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) {
def prId = env.CHANGE_ID
sh """