Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49830

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

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}

            vilacides Isa Vilacides
            vilacides Isa Vilacides
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: