"deployment" section
Since CB 20.11-LTS
A typical example
"deployment": {

"enabled": true,

"waitBeforeJobExecutionInSeconds": 5,

"enableAutomaticTrackerLocking": false
}
enabled: Enables project deployment. Default value is false.
waitBeforeJobExecutionInSeconds: Configure the wait time before deployment job is triggered.
enableAutomaticTrackerLocking: Enables automatic locking of trackers to ensure safe deployment of the project and protect tracker configuration.
Was this helpful?