Hi Guys,

Has the server moved? or login requirements changed?

Running the final step `mvn release:perform` I get a broken pipe error:

    [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p4 ---

    [INFO] Installing 
/Users/pallen/Workspaces/main.p4-jenkins/public/target/checkout/target/p4.hpi 
to /Users/pallen/.m2/repository/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5.hpi

    [INFO] Installing 
/Users/pallen/Workspaces/main.p4-jenkins/public/target/checkout/pom.xml to 
/Users/pallen/.m2/repository/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5.pom

    [INFO] Installing 
/Users/pallen/Workspaces/main.p4-jenkins/public/target/checkout/target/p4.jar 
to /Users/pallen/.m2/repository/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5.jar

    [INFO] Installing 
/Users/pallen/Workspaces/main.p4-jenkins/public/target/checkout/target/p4-sources.jar
 
to 
/Users/pallen/.m2/repository/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5-sources.jar

    [INFO] Installing 
/Users/pallen/Workspaces/main.p4-jenkins/public/target/checkout/target/p4-javadoc.jar
 
to 
/Users/pallen/.m2/repository/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5-javadoc.jar

    [INFO] 

    [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ p4 ---

    Uploading: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5.hpi

    Aug 30, 2016 12:47:27 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: I/O exception (java.net.SocketException) caught when processing 
request to {}->http://maven.jenkins-ci.org:80: Broken pipe

    Aug 30, 2016 12:47:27 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: Retrying request to {}->http://maven.jenkins-ci.org:80

    Aug 30, 2016 12:47:31 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: I/O exception (java.net.SocketException) caught when processing 
request to {}->http://maven.jenkins-ci.org:80: Broken pipe

    Aug 30, 2016 12:47:31 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: Retrying request to {}->http://maven.jenkins-ci.org:80

    Aug 30, 2016 12:47:34 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: I/O exception (java.net.SocketException) caught when processing 
request to {}->http://maven.jenkins-ci.org:80: Broken pipe

    Aug 30, 2016 12:47:34 PM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute

    INFO: Retrying request to {}->http://maven.jenkins-ci.org:80

    Uploading: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/p4/1.4.5/p4-1.4.5.pom

    [INFO] 
------------------------------------------------------------------------

    [INFO] BUILD FAILURE

    [INFO] 
------------------------------------------------------------------------

    [INFO] Total time: 44.534 s

    [INFO] Finished at: 2016-08-30T12:47:41+01:00

    [INFO] Final Memory: 94M/2131M

    [INFO] 
------------------------------------------------------------------------

    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) 
on project p4: Failed to deploy artifacts: Could not transfer artifact 
org.jenkins-ci.plugins:p4:hpi:1.4.5 from/to maven.jenkins-ci.org 
(http://maven.jenkins-ci.org/content/repositories/releases/): Protocol 
wrong type for socket -> [Help 1]



My .m2 settings:


<settings>

  <pluginGroups>

    <pluginGroup>org.jenkins-ci.tools</pluginGroup>

  </pluginGroups>


  <profiles>

    <!-- Give access to Jenkins plugins -->

    <profile>

      <id>jenkins</id>

      <activation>

        <activeByDefault>true</activeByDefault> <!-- change this to false, 
if you don't like to have it on per default -->

      </activation>

      <repositories>

        <repository>

          <id>repo.jenkins-ci.org</id>

          <url>http://repo.jenkins-ci.org/public/</url>

        </repository>

      </repositories>

      <pluginRepositories>

        <pluginRepository>

          <id>repo.jenkins-ci.org</id>

          <url>http://repo.jenkins-ci.org/public/</url>

        </pluginRepository>

      </pluginRepositories>

    </profile>

  </profiles>


  <mirrors>

    <mirror>

      <id>repo.jenkins-ci.org</id>

      <url>http://repo.jenkins-ci.org/public/</url>

      <mirrorOf>m.g.o-public</mirrorOf>

    </mirror>

  </mirrors>


  <servers>

    <server>

      <id>maven.jenkins-ci.org</id> <!-- For parent 1.397 or newer; before 
this use id java.net-m2-repository -->

      <username>p4paul</username>

      <password>********</password>

    </server>

  </servers>

</settings>



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0ea4ed40-90de-4028-ba9d-9c485b2f5bc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to