We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8fa05 commit f81f502Copy full SHA for f81f502
1 file changed
jenkins_pipelines/environments/personal/oscar
@@ -36,7 +36,7 @@ node('sumaform-cucumber') {
36
//Capybara configuration
37
def newParams = [:] + params
38
newParams.environment = 'oscar'
39
- def pipeline = load "jenkins_pipelines/environments/common/pipeline-personal.groovy"
+ def pipeline = load "jenkins_pipelines/environments/personal/pipeline-personal.groovy"
40
pipeline.run(newParams)
41
}
42
0 commit comments