You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Eric Barboni (JIRA)" <ji...@apache.org> on 2014/09/25 15:32:36 UTC

[jira] [Created] (INFRA-8399) jenkins windows slave configuration upgrade

Eric Barboni created INFRA-8399:
-----------------------------------

             Summary: jenkins windows slave configuration upgrade
                 Key: INFRA-8399
                 URL: https://issues.apache.org/jira/browse/INFRA-8399
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
         Environment: archivW job at https://builds.apache.org/job/archivW/

            Reporter: Eric Barboni


Hi Infra,
 Apache Archiva builds for windows is failing because file or command line is too long during git clone or fetch. (it only works on windows1 because workspace path is 2 character shorter)

is is possible to:
1) upgrade git client
 upgrade MSysGit to 1.9+ and be sure 
 to set
 git config core.longpaths true (that allow 260+ characters in path )

2) shorten path of workspace root 
 f:\jenkins\jenkins-slave\workspace\ becomes f:\j\j-slave\workspace\





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