Tomas Bjerre
Tomas Bjerre
ref should be a branch or a tag. You probably dont have such a branch or tag named `CHANGELOG.md`.
No such feature in this library. If using Jenkins this may help: https://github.com/jenkinsci/pipeline-utility-steps-plugin/pull/106
This works for me. Notice I have only 2 parameters, `msg` and `vm`, and they are not typed. If I add 2 parameters, or types, it stops working. ``` function...
Perhaps this: https://github.com/jenkinsci/generic-webhook-trigger-plugin#trigger-exactly-one-build But there is no information supplied in this issue. It is impossible to investigate.
Create both variables. One resolving it for PR and one resolving it for branch push. Use both variables in the text. Only one of them will be resolved to the...
Yes. See also: https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/gwt/bdd/bitbucket-server/bitbucket-server-refs_changed.feature
You can google on how to check if variable exists in Jenkins. You can also set some default values.
When you say "within Jenkins", do you mean the build log? So only for jobs that are triggered?
It can be logged to the global Jenkins log. And you would need access to that.
Ok. I think most users are able to invoke the Jenkins instance with `curl`. And will get a clear response from that. The downside of implementing this is the risk...