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 7fec0fd commit b337e2f
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 @@
stage 'Step 1: Test'
build job: 'Service Testing/Unit testing/Payment 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-payment-service.git/'], [$class: 'StringParameterValue', name: 'Branch', value: 'master'], [$class: 'StringParameterValue', name: 'Tag', value: 'payment-service-prod'], [$class: 'StringParameterValue', name: 'Container', value: 'payment-service']]
build job: 'Service Deployment/Create Production Images', parameters: [[$class: 'StringParameterValue', name: 'Repo', value: 'git@github-project-payment:UKForeignOffice/loi-payment-service.git'], [$class: 'StringParameterValue', name: 'Branch', value: 'master'], [$class: 'StringParameterValue', name: 'Tag', value: 'payment-service-prod'], [$class: 'StringParameterValue', name: 'Container', value: 'payment-service']]
}

0 comments on commit b337e2f

Please # to comment.