-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature request
Hello everyone. Is it possible somehow to skip step in pipeline if some folder not exists in git repo which was fetched in pervious step?
Use case
We have several types of repos. With following folder structure in repo.
- *-api, *-service,
- *-api, *-entity, *-service
For 1st type in my pipeline I have two gradle tasks with specific parameters for each task.
For 2nd type I want to add one more gradle task which will be run only if *-entity folder exists.
Maybe it is already to possible to do something like that with conditions or when?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.