You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Christofer Dutz (JIRA)" <ji...@apache.org> on 2016/09/28 06:56:21 UTC

[jira] [Commented] (INFRA-12664) Add the asf svn credentials to settings.xml

    [ https://issues.apache.org/jira/browse/INFRA-12664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15528646#comment-15528646 ] 

Christofer Dutz commented on INFRA-12664:
-----------------------------------------

The build wants to commit to the Flex website svn repo at: 

      <url>scm:svn:https://svn.apache.org/repos/asf/flex/site/trunk/content/maven/flexjs/${website.path}</url>

It's deploying the Maven generated site documentation. You can see it here:

http://flex.apache.org/maven/flexjs/latest-dev/

I ran this once from my own PC using my own credentials, but I thought there must be something similar on Jenkins ... as for example we are able to deploy artifacts to Nexus from Jenkins using some credentials defined in there. It seems that most Apache projects doing similar things, all use the id "apache.website" so if we used this there too it should be compatible with other builds.

Chris

> Add the asf svn credentials to settings.xml
> -------------------------------------------
>
>                 Key: INFRA-12664
>                 URL: https://issues.apache.org/jira/browse/INFRA-12664
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>            Reporter: Christofer Dutz
>
> In order to run the maven site:deploy goal on our Flex builds, we need to have the settings.xml on the windows jenkins agents to be extended by adding a server tag with the id "apache.website" so the site plugin can perform a svn commit as part of the build. This file is located in:  C:\.m2\settings.xml
> <server>
>   <id>apache.website</id>
>   <username>theusername</username>
>   <password>thepassword</password>
> </server>
> Thanks :-)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)