Changed Jenkinsfile
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
parent
d229ae1ce9
commit
0e959b9a58
|
|
@ -69,7 +69,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
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')]) {
|
withCredentials([usernamePassword(credentialsId: 'Jenkins creds', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) {
|
||||||
def prId = env.CHANGE_ID
|
def prId = env.CHANGE_ID
|
||||||
sh """
|
sh """
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue