DevOps :-
1. I'm running a python script in azure DevOps in CI stage which checks true of false
2. The next stage should trigger of previous stage output contains only 'true'
How to configure this? Any idea
If I'm not mistaken if your script exits with a non-zero exit code the pipeline will fail and stop. There's also the failOnStderr option of the Python Script task, if you enable it then the pipeline will fail if you write anything to stderr.
Обсуждают сегодня