Jenkins : What is this changelog.mustache? -
i below exception every time run build on jenkins results in build failure. changelog.mustache file , can it? thanks.
java.lang.runtimeexception: cannot find on classpath (changelog.mustache) or filesystem (/changelog.mustache). @ se.bjurr.gitchangelog.api.gitchangelogapi.gettemplatecontent(gitchangelogapi.java:417) @ se.bjurr.gitchangelog.api.gitchangelogapi.render(gitchangelogapi.java:365) @ org.jenkinsci.plugins.gitchangelog.perform.remotecallable.call(remotecallable.java:130) @ org.jenkinsci.plugins.gitchangelog.perform.remotecallable.call(remotecallable.java:29) @ hudson.filepath.act(filepath.java:1077) @ org.jenkinsci.plugins.gitchangelog.perform.gitchangelogperformer.performerperform(gitchangelogperformer.java:28) @ org.jenkinsci.plugins.gitchangelog.gitchangelogrecorder.perform(gitchangelogrecorder.java:44) @ hudson.tasks.buildstepmonitor$1.perform(buildstepmonitor.java:20) @ hudson.model.abstractbuild$abstractbuildexecution.perform(abstractbuild.java:782) @ hudson.model.abstractbuild$abstractbuildexecution.performallbuildsteps(abstractbuild.java:723) @ hudson.maven.mavenmodulesetbuild$mavenmodulesetbuildexecution.post2(mavenmodulesetbuild.java:1047) @ hudson.model.abstractbuild$abstractbuildexecution.post(abstractbuild.java:668) @ hudson.model.run.execute(run.java:1763) @ hudson.maven.mavenmodulesetbuild.run(mavenmodulesetbuild.java:531) @ hudson.model.resourcecontroller.execute(resourcecontroller.java:98) @ hudson.model.executor.run(executor.java:410) caused by: java.io.filenotfoundexception: changelog.mustache (no such file or directory) @ java.io.fileinputstream.open(native method) @ java.io.fileinputstream.<init>(fileinputstream.java:146) @ com.google.common.io.files$1.getinput(files.java:105) @ com.google.common.io.files$1.getinput(files.java:102) @ com.google.common.io.bytestreams.tobytearray(bytestreams.java:249) @ com.google.common.io.files.tobytearray(files.java:197) @ com.google.common.io.files.tostring(files.java:223) @ se.bjurr.gitchangelog.api.gitchangelogapi.gettemplatecontent(gitchangelogapi.java:414) ... 15 more
mustage template. here more info.
is template configured?
Comments
Post a Comment