forked from mchugh19/jenkins-saltapi
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I use the following code in a pipeline, but in the saltresult the jid (job id) isn't reported.
saltresult = salt authtype: 'pam',
clientInterface: local(arguments: "${arguments}", blockbuild: true, function: 'state.apply', jobPollTime: 6, target: "${MINION}", targettype: 'glob'),
credentialsId: 'my-credentialsId',
servername: 'http://saltmaster:8000'
How can I get the jid to use in the pipeline script?
Thanks in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels