#5348 Add Global security step to Jenkins CI configuration
Merged a year ago by ngompa. Opened a year ago by zlopez.
zlopez/pagure ci_docs  into  master

@@ -146,3 +146,7 @@ 

             sh "timeout 1 curl -X POST -d \'$json\' https://pagure.io/api/0/ci/jenkins/$repo/\${PAGURE_PUSH_SECRET}/build-finished -H \"Content-Type: application/json\" | true"

         }

     }

+ 

+ * To be able to trigger builds from Pagure CI you need to change the Global Security. Go

+   to `Manage Jenkins` -> `Configure Global Security` and find `Authorization` section.

+   In `Matrix-based security` add Read permission to `Anonymous Users` for Overall/Job/View.

When migrating to new instance I encountered issue getting 403 when triggering
jobs from pagure. Documenting the solution in pagure documentation.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Pull-Request has been merged by ngompa

a year ago
Metadata