Skip to content

Commit

Permalink
removed rebar download from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Oct 25, 2024
1 parent 7ae05ec commit 6bde15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 6bde15b

Please sign in to comment.