From d0fe40943aa537262382dd3f716f28cac718af84 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Thu, 26 Jul 2018 12:41:24 -0500 Subject: [PATCH] use the right creds --- .cico-pr.pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cico-pr.pipeline b/.cico-pr.pipeline index f6beab87..f6ebf43d 100644 --- a/.cico-pr.pipeline +++ b/.cico-pr.pipeline @@ -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