Re: Jenkins Upgrade

2020-03-12 Thread M.Madhusudana Reddy
Thanks for the update Mark. I believe we tried with AdoptOpenJDK and ran into same issue but I will confirm that and let you know. Thanks M.Madhu On Thu, Mar 12, 2020 at 9:15 AM Mark Waite wrote: > FYI IBM openJ9 is not supported by the Jenkins project. Initial testing > has found no

Re: Jenkins Upgrade

2020-03-12 Thread Mark Waite
FYI IBM openJ9 is not supported by the Jenkins project. Initial testing has found no showstoppers, but IBM OpenJ9 introduces a very significant difference between what you're running and what is used and tested by people in the Jenkins project. The Jenkins Platform SIG

RE: passing variable to bash script in a jenkins pipeline job

2020-03-12 Thread Jérôme Godbout
There is an extra space between your (.) and your opt/setup.sh. If the variabel come from Jenkins pipeline script, you need double quote (“) to get evaluate, single quote (‘) won’t. You should also pass the value as a string and escape it for your argument something like this: def

Re: passing variable to bash script in a jenkins pipeline job

2020-03-12 Thread Siddhesh Malpani
Nabil, You may try this in your shell script: #!/bin/bash export ARCH=$1 echo "architecture = " $ARCH Braces around the 'ARCH' variable is not required. Although it's too late to answer, it might help someone else. On Sunday, 30 October 2016 02:42:18 UTC+5:30, Nabil Ghodbane wrote: > >

Pattern in vSphere cloud plugin node label?

2020-03-12 Thread Gianluca
Hi all, We are using vSphere cloud plugin to start/remove nodes on-demand based on the label required and it works great. So, I'm was thinking to use it for cover another need that at the moment is done via external scripts run by the pipeline. We are using Jenkins to build pull requests done