We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d99b72 commit 295e5ffCopy full SHA for 295e5ff
JenkinsfileDeploy.groovy
@@ -36,7 +36,7 @@ def deployStage(environment, version) {
36
stage("Deploy to $environment") {
37
ws {
38
environmentDashboard(addColumns: false, buildJob: '', buildNumber: version, componentName: 'Geo-Services-API', data: [], nameOfEnv: 'PREINT', packageName: 'Geo-Services-API') {
39
- git branch: 'FIT-364-smoke-tests-geo-services', credentialsId: githubCredentialsId, url: deAnsibleGithubUrl
+ git branch: 'master', credentialsId: githubCredentialsId, url: deAnsibleGithubUrl
40
sh "ansible-playbook -e NEW_RELIC_AGENT=$env.USE_NEWRELIC -e GEO_API_VERSION=$version -i inventories/$environment/hosts.yml deploy-geo-services-api.yml --vault-password-file ~/.ssh/vault.txt"
41
}
42
0 commit comments