Pull requests from github fork not building with jenkins multi-branch githooks?

2017-02-13 Thread anton kropp
Whenever someone submits a pull request from a forked repo to a job that is built with multi-branch github integration, jenkins never picks up the commits. PR's from branches work just fine though. Am I missing a setting? I can't for the life of me figure out how to get this to trigger -- Yo

Re: Read files from workspace in multibranch pipeline scm?

2016-12-15 Thread anton kropp
les-in-the-workspace> > which > would get you some information. You could then use the readFile step > <https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#readfile-read-file-from-workspace> > to > get the file contents into your pipeline execution. > > On Tue, D

Read files from workspace in multibranch pipeline scm?

2016-12-13 Thread anton kropp
I'm having some issues reading files from the local workspace. As part of my build a set of artifact files are created and I'd like to iterate over them, parse their json contents, and act on it in a pipeline step. However, I can't seem to get reading files from the workspace to work. My stage