Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Fixed the way stubrunner URL is created for spinnaker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Aug 7, 2018
1 parent 3bf715d commit 935c8b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -94,7 +94,7 @@ class SpinnakerJobsFactory implements PipelineJobsFactory {
job.wrappers {
environmentVariables {
env(EnvironmentVariables.APPLICATION_URL_ENV_VAR, "${pipelineDefaults.cfTestSpacePrefix()}-${projectName}.${pipelineDefaults.spinnakerTestHostname()}")
env(EnvironmentVariables.STUBRUNNER_URL_ENV_VAR, "${pipelineDefaults.cfTestSpacePrefix()}-stubrunner.${pipelineDefaults.spinnakerTestHostname()}")
env(EnvironmentVariables.STUBRUNNER_URL_ENV_VAR, "stubrunner-test-${projectName}.${pipelineDefaults.spinnakerTestHostname()}")
env(EnvironmentVariables.CF_SKIP_PREPARE_FOR_TESTS_ENV_VAR, "true")
}
}
Expand Down
Expand Up @@ -100,7 +100,7 @@ set -o pipefail
<EnvInjectBuildWrapper>
<info>
<propertiesContent>APPLICATION_URL=sc-pipelines-test-foo.foo.com
STUBRUNNER_URL=sc-pipelines-test-stubrunner.foo.com
STUBRUNNER_URL=stubrunner-test-foo.foo.com
CF_SKIP_PREPARE_FOR_TESTS=true</propertiesContent>
<loadFilesFromMaster>false</loadFilesFromMaster>
</info>
Expand Down
Expand Up @@ -95,7 +95,7 @@ set -o pipefail
<EnvInjectBuildWrapper>
<info>
<propertiesContent>APPLICATION_URL=sc-pipelines-test-foo.foo.com
STUBRUNNER_URL=sc-pipelines-test-stubrunner.foo.com
STUBRUNNER_URL=stubrunner-test-foo.foo.com
CF_SKIP_PREPARE_FOR_TESTS=true</propertiesContent>
<loadFilesFromMaster>false</loadFilesFromMaster>
</info>
Expand Down

0 comments on commit 935c8b4

Please sign in to comment.