Changed Gitea creds
test-org/runner-rs/pipeline/pr-master There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-master There was a failure building this commit
Details
parent
fb3db62728
commit
35dbce562e
|
|
@ -220,7 +220,7 @@ EOF
|
||||||
expression { env.CHANGE_BRANCH?.startsWith('rc') }
|
expression { env.CHANGE_BRANCH?.startsWith('rc') }
|
||||||
}
|
}
|
||||||
echo "Attempting to merge PR ${env.CHANGE_ID} into master..."
|
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
|
def prId = env.CHANGE_ID
|
||||||
sh """
|
sh """
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue