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
Post a Comment