Jenkins not passing a buildInfo property file to gradle -


this morning of our jenkins builds have failed during artifactorypublish task message:

execution failed task ':artifactorypublish'. > context url cannot empty 

this happening project rebuild, ones haven't changed in months.

when compare console log between successful , failed build, 1 item pops out line in successful builds:

[buildinfo] properties file found @ '/tmp/buildinfo4135847729346651998.properties' 

that not present failed builds. /tmp directory does contain buildinfo*.properties files failed builds, console output looks file not passed gradle. property files contain contexturl property, leads me believe file missing builds problem.

can offer enlightenment on have changed in configuration or environment cause this?

so after wrestling seems same issue time found disabling gradle daemon (using --no-daemon) resolved problem me.

i created issue on plugins jira system bottom of whether disabling daemon should necessary , update answer when reply.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -