Skip to content

Commit 295e5ff

Browse files
author
Oleksii Khilkevych
committed
FIT-364 Add new jenkinsfileDeploy with shared library usage
1 parent 0d99b72 commit 295e5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsfileDeploy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def deployStage(environment, version) {
3636
stage("Deploy to $environment") {
3737
ws {
3838
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
39+
git branch: 'master', credentialsId: githubCredentialsId, url: deAnsibleGithubUrl
4040
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"
4141
}
4242
}

0 commit comments

Comments
 (0)