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
Hello,
I use jenkinsfile-runner to debug my jenkinsfile and make quick tests.
It would be nice to have a feature to "jump to stage".
For instance if I have a pipeline with the following stages: build -> deploy -> test
I could skip build and deploy and jump directly to test.
Possible syntax:
--skipStages VAL1, VAL2 : skip the stages VAL1 and VAL2
The text was updated successfully, but these errors were encountered:
Hello,
I use jenkinsfile-runner to debug my jenkinsfile and make quick tests.
It would be nice to have a feature to "jump to stage".
For instance if I have a pipeline with the following stages: build -> deploy -> test
I could skip build and deploy and jump directly to test.
Possible syntax:
The text was updated successfully, but these errors were encountered: