Forum Discussion
bojanvelevski
3 years agoValued Contributor
Hi @Chandan,
You can rename the pipeline you’re importing, to be similar but yet distinctive from the prod one. Maybe add a suffix -1 ?
Ex.
Prod: pipeline
Import: pipeline-1
Now when you have the new pipeline in the required project, you can easily point the executor to that pipeline, and revert to the old one if needed. By Executor I mean, triggered task, scheduled, Pipeline Execute.
Or you can even export the prod pipeline, and keep it locally in case a rollback is needed.
Is this acceptable to you?