mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
use the right creds
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import groovy.json.JsonOutput
|
import groovy.json.JsonOutput
|
||||||
|
|
||||||
def notifyPagurePR(repo, msg, status, phase, credentials = 'pagure-auth'){
|
def notifyPagurePR(repo, msg, status, phase, credentials = 'fm-orchestrator-auth'){
|
||||||
def json = JsonOutput.toJson([name: 'pagure', url: env.JOB_NAME, build: [full_url: currentBuild.absoluteUrl, status: status, number: currentBuild.number, phase: phase]])
|
def json = JsonOutput.toJson([name: 'pagure', url: env.JOB_NAME, build: [full_url: currentBuild.absoluteUrl, status: status, number: currentBuild.number, phase: phase]])
|
||||||
println json
|
println json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user