Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to stage/Skip stages #592

Open
cdupont opened this issue Nov 24, 2021 · 1 comment
Open

Jump to stage/Skip stages #592

cdupont opened this issue Nov 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@cdupont
Copy link

cdupont commented Nov 24, 2021

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
@oleg-nenashev oleg-nenashev added the enhancement New feature or request label Jan 8, 2022
@oleg-nenashev
Copy link
Member

It would be nice indeed, especially for the Declarative Pipeline when it is trivial. I am not sure it is possible with the current Pipeline engine.

FWIW it is possible to skip declarative stages based on a condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants