Hi, Johno

thank you for investigating this issue. My remote settings.xml (referenced in build.xml via: <ivy:settings url="" />) is accessible and quite simple:

<ivysettings>
        <settings defaultResolver="default" />
        <resolvers>
            <ibiblio name="public-rep" m2compatible="true" />
    	    <ivyrep name="unicomp-ivy-rep" ivyroot="http://jenkins/ivy/repository/"/>
    	    <url name="unicomp-ivy-rep" checkmodified="true" changingPattern=".*" latest="latest-time">  
    	        <ivy 	  pattern="http://jenkins/ivy/repository/[organisation]/[module]/[revision]/ivys/[artifact].[ext]" />  
    	        <artifact pattern="http://jenkins/ivy/repository/[organisation]/[module]/[revision]/jars/[artifact].[ext]" />  
    	    </url> 
    	    
    	    <filesystem name="local">
    		<ivy 	  pattern="${ivy.default.ivy.user.dir}/local/[organisation]/[module]/[revision]/ivys/[artifact].[ext]" />
    	        <artifact pattern="${ivy.default.ivy.user.dir}/local/[organisation]/[module]/[revision]/jars/[artifact].[ext]" />
    	    </filesystem>
    	    
    	    <chain name="default">
    	        <resolver ref="public-rep"/>
        
		<resolver ref="unicomp-ivy-rep"/>
	    </chain>
    	                                                                                              
        </resolvers>
</ivysettings>

I've tested the build process from command-line @ /var/lib/jenkins/jobs/<project-name>/workspace# and everything is fine there. Only jenkins can not build!?

regards

Ronald

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to