Skip to content

Stop all the triggers after deployment #419

Answered by NowinskiK
Liszet asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Liszet.
I see that you already found an appropriate feature of ADFTools for your case.
So what I can do is confirm, yes, that this is the best approach:
TriggerStartMethod - determines which triggers should be started.
For DEV/TEST/QA environment set KeepPreviousState option
For PROD environment select BasedOnSourceCode for the deployment.

Also, the other parameter works very well along with the above one and speeds up the process:
TriggerStopMethod - determines which triggers should be stopped.
Set up DeployableOnly option, which will ignore unchanged started triggers.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Liszet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants