in pipeline any possibility to skip the test process , if possible give example
```yml
```
Include skip-tests in your git comment commit will cancel the step test
Thank you for the answer, Francois.
@ibigitadmin, if you want to skip the whole build and not a specific step of a certain build, you can include [skip ci] or [ci skip] in the commit message of a branch's last commit. In this case, the build won't get triggered when you push the commits to the branch:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ibigitadmin and welcome to the community!
If you are referring to sequential steps of a certain pipeline, then I'm afraid it is not possible to skip a pipelines step at the moment.
We have a feature request about this in our issue tracker:
The first pinned comment in that feature request is from one of the product managers, who mentioned that we plan to deliver this capability in the next 3 to 4 months.
You can add yourself as a watcher in that feature request (by selecting the link Start watching this issue in that ticket) if you'd like to get notified via email on further updates.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.