#315 CI/CD: Correct name of the pagure token
Closed 4 years ago by gnaponie. Opened 4 years ago by gnaponie.
gnaponie/waiverdb pagure-api-key  into  master

@@ -519,7 +519,7 @@ 

  }

  def withPagureCreds(args=[:], cl) {

    def pagureClient = null

-   withCredentials([string(credentialsId: "${env.PIPELINE_NAMESPACE}-${env.PAGURE_API_KEY_SECRET_NAME}", variable: 'TOKEN')]) {

+   withCredentials([string(credentialsId: "${env.PAGURE_API_KEY_SECRET_NAME}", variable: 'TOKEN')]) {

      args.token = env.TOKEN

      pagureClient = withPagure(args, cl)

    }

It seems that our CI is not able to comment on pagure's PRs. The reason
might be that the name of the pagure token doesn't correspond. This might
solve it.

Pull-Request has been closed by gnaponie

4 years ago
Metadata