mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
use the right creds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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]])
|
||||
println json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user