I am using Jenkins v:1.647 and the Pipeline plugin v: 1.14. My pipeline job pulls a groovy script which runs my orchestration. My issue is I have a executable jar that will perf
As of version 2.4 of Pipeline: Nodes and Processes it suffices to use:
def out = sh script: 'java -jar scalr-api.jar testing654 n1-standard-8', returnStdout: true