#3159 pass the right options to notifyPagurePR
Merged 5 years ago by pingou. Opened 5 years ago by bstinson.
bstinson/pagure ci-add-pr-posting  into  master

file modified
+1 -1
@@ -72,7 +72,7 @@ 

  

          stage('Notify PR'){

              res = currentBuild.currentResult

-             notifyPagurePR("pagure", "Build " + res + "! ", res, currentBuild.absoluteUrl)

+             notifyPagurePR("pagure", "Build " + res + "! ", res)

          }

  

          stage('Archive Artifacts'){

no initial comment

Commit cee427c fixes this pull-request

Pull-Request has been merged by pingou

5 years ago
Metadata