You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[//]: Don't know how to use parallel stages in my pipeline with the Basepipeline Class
I want to use parallel and multiple node in my pipeline
I have seen these variables for alternative node in basepipeline
protected String nodeLabelExpr = ''
/**
* Alternative node label expression used together with altTargets /
protected String altNodeLabelExpr = ''
/*
* Space delimited list of alternative targets that use altNodeLabelExpr
*/
protected String altTargets = ''
But I don't know how to utilize it in my pipeline
could you please provide the example of above variable, How I can utilize in the pipeline
And please provide the example for paralle stage also
The text was updated successfully, but these errors were encountered:
hakkimS
changed the title
##Want to use parallel and different node for parallel stages
Want to use parallel and different node for parallel stages
Mar 10, 2024
parallel stages and diff node Example
[//]: Don't know how to use parallel stages in my pipeline with the Basepipeline Class
I want to use parallel and multiple node in my pipeline
I have seen these variables for alternative node in basepipeline
protected String nodeLabelExpr = ''
/**
* Alternative node label expression used together with altTargets
/
protected String altNodeLabelExpr = ''
/*
* Space delimited list of alternative targets that use altNodeLabelExpr
*/
protected String altTargets = ''
But I don't know how to utilize it in my pipeline
The text was updated successfully, but these errors were encountered: