Currently I am running tekton's pipeline as a scheduler. I want to prevent execution of the same pipeline if the pipeline is running. Advice please
The order of tasks is as follows.
- git-clone
- maven-build
- Build push harbor
- update mainfest
Currently I am running tekton's pipeline as a scheduler. I want to prevent execution of the same pipeline if the pipeline is running. Advice please
The order of tasks is as follows.