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'){