Make possible to run the PCT for blueocean-autofavorite-plugin

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Currently it's not possible to get the PCT run with blueocean-autofavorite-plugin because the pom.xml url is wrong (it's failing with a problem in the git clone). In order to make it work that needs to be fixed by replacing:

      {code}

      <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>

      <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>

      {code}

      with

      {code}

      <connection>scm:git:https://github.com/jenkinsci/$\{project.artifactId}-plugin.git</connection>

      <developerConnection>scm:git:https://github.com/jenkinsci/$\{project.artifactId}-plugin.git</developerConnection>

      {code}

            Assignee:
            Isa Vilacides
            Reporter:
            Isa Vilacides
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: