We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807c199 commit 5e8fa05Copy full SHA for 5e8fa05
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-playwright.groovy"
+ def pipeline = load "jenkins_pipelines/environments/common/pipeline-personal.groovy"
40
pipeline.run(newParams)
41
}
42
0 commit comments