From cee427ce07001bc0e397c2f86568252c8a40de4b Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Apr 12 2018 19:44:06 +0000 Subject: pass the right options to notifyPagurePR Merges https://pagure.io/pagure/pull-request/3159 --- 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'){