From 63e34b743ba5e0dfe03cc48d7c7fadf76a604355 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Apr 12 2018 19:41:19 +0000 Subject: pass the right options to notifyPagurePR --- diff --git a/.cico.pipeline b/.cico.pipeline index bb996ea..416b37a 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -72,7 +72,7 @@ node('pagure') { stage('Notify PR'){ res = currentBuild.currentResult - notifyPagurePR("pagure", "Build " + res + "! ", res, currentBuild.absoluteUrl) + notifyPagurePR("pagure", "Build " + res + "! ", res) } stage('Archive Artifacts'){