Skip to content

Commit

Permalink
Update Jenkinsfile to use deploykeys
Browse files Browse the repository at this point in the history
  • Loading branch information
rp825 committed Jul 13, 2016
1 parent a01bcc7 commit e86aa05
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 @@ -2,5 +2,5 @@ node {
stage 'Step 1: Test'
build job: 'Service Testing/Unit testing/User Service Test', parameters: [[$class: 'StringParameterValue', name: 'Branch', value: '*/master']]
stage 'Step 2: Create Production Image'
build job: 'Service Deployment/Create Production Images', parameters: [[$class: 'StringParameterValue', name: 'Repo', value: 'https://github.com/UKForeignOffice/loi-user-service.git/'], [$class: 'StringParameterValue', name: 'Branch', value: 'master'], [$class: 'StringParameterValue', name: 'Tag', value: 'user-service-prod'], [$class: 'StringParameterValue', name: 'Container', value: 'user-service']]
build job: 'Service Deployment/Create Production Images', parameters: [[$class: 'StringParameterValue', name: 'Repo', value: 'git@github-project-user:UKForeignOffice/loi-user-service.git'], [$class: 'StringParameterValue', name: 'Branch', value: 'master'], [$class: 'StringParameterValue', name: 'Tag', value: 'user-service-prod'], [$class: 'StringParameterValue', name: 'Container', value: 'user-service']]
}

0 comments on commit e86aa05

Please # to comment.