Answer the question
In order to leave comments, you need to log in
What is wrong with regular expression in workflow?
workflow:
rules:
- if: "$CI_PIPELINE_SOURCE == 'web' && $PROCEDURE !~ /(export|import)/"
when: never
- if: "$CI_PIPELINE_SOURCE == 'web' && $STAND !~ /(dev|test|preprod|all)/"
when: never
Answer the question
In order to leave comments, you need to log in
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "web" && $PROCEDURE !~ /regex-expression/ || $STAND !~ /regex-expression/'
when: never
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question