diff --git a/Jenkinsfile b/Jenkinsfile index 8b45061..4de56ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { defaultValue: false, description: 'Whether or not to deploy this new build to the environment selected below.') choice(name: 'branch', - choices: ['main','feature/ansible_connection'], + choices: ['main','feature/shutdown_notify'], description: 'The source branch to compile.') choice(name: 'env', choices: ['mob_qa','mob_pro','beta_qa','stage.qa','api.qa','api.pro'],