Skip to content

Commit

Permalink
namex-api-pipeline fixed pm url for test (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kialj876 authored and thorwolpert committed Aug 9, 2018
1 parent b61b469 commit 5224514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ podTemplate(label: zappodlabel, name: zappodlabel, serviceAccount: 'jenkins', cl
stage('deploy-test') {
def abort = false;
timeout(time: 1, unit: 'DAYS') {
input message: "Deploy to test?", submitter: 'admin,ljtrent-admin,thorwolpert-admin,rarmitag-admin'
input message: "Deploy to test?", submitter: 'admin,ljtrent-admin,thorwolpert-admin,rarmitag-admin,kialj876-edit'
}
node('master') {
SLACK_TOKEN = sh (
Expand Down Expand Up @@ -337,7 +337,7 @@ stage('API Test TEST') {
command: '',
args: '${computer.jnlpmac} ${computer.name}',
envVars: [
envVar(key:'BASEURL', value: "https://namex-test.pathfinder.gov.bc.ca/api/v1/corporations"),
envVar(key:'BASEURL', value: "https://namex-test.pathfinder.gov.bc.ca"),
secretEnvVar(key: 'TEST_API_TEST_USER', secretName: 'apitest-secrets-test', secretKey: 'username'),
secretEnvVar(key: 'TEST_API_TEST_PASSWORD', secretName: 'apitest-secrets-test', secretKey: 'password'),
secretEnvVar(key: 'TEST_API_TEST_AUTH_SERVER', secretName: 'apitest-secrets-test', secretKey: 'authurl'),
Expand Down

0 comments on commit 5224514

Please sign in to comment.