Re: Single Jenkinsfile, multiple architecture builds

2016-08-04 Thread Roberto Aguilar
he > 'stage' statements from build() and it should be fine. > > > On 04.08.2016, at 15:39, Roberto Aguilar > wrote: > > > > Hello, > > > > I have a Jenkins master (x86_64 linux) and a slave (armv7l linux). I > have labeled them "x86_64

Single Jenkinsfile, multiple architecture builds

2016-08-04 Thread Roberto Aguilar
Hello, I have a Jenkins master (x86_64 linux) and a slave (armv7l linux). I have labeled them "x86_64" and "arm" respectively. I have a Pipeline build triggering on Git push, and I would like the Jenkinsfile in the repo to build on both machines. I'm having trouble setting up my Jenkinsfile