You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]/returns: change from notrun to 0 failed: unzip /usr/lib/jenkins/jenkins.war WEB-INF/jenkins-cli.jar && mv WEB-INF/jenkins-cli.jar /usr/lib/jenkins/jenkins-cli.jar && rm -rf WEB-INF returned 9 instead of one of [0] at /tmp/vagrant-puppet/modules-0/jenkins/manifests/cli.pp:22
And it looks like this is because the war is in a different location (/usr/share/jenkins).
Like it says in the patch, it needs a version constraint, as I'm guessing this change was introduced between when the module was written and now. I couldn't see where this happened on the changelog - http://jenkins-ci.org/changelog
Using a simple manifest like:
I get
And it looks like this is because the war is in a different location (/usr/share/jenkins).
Package information:
I'll see if I can come up with a patch for you.
The text was updated successfully, but these errors were encountered: