Skip to content

Commit 5e8fa05

Browse files
authored
Change pipeline script to load personal pipeline
1 parent 807c199 commit 5e8fa05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jenkins_pipelines/environments/personal

jenkins_pipelines/environments/personal/oscar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ node('sumaform-cucumber') {
3636
//Capybara configuration
3737
def newParams = [:] + params
3838
newParams.environment = 'oscar'
39-
def pipeline = load "jenkins_pipelines/environments/common/pipeline-playwright.groovy"
39+
def pipeline = load "jenkins_pipelines/environments/common/pipeline-personal.groovy"
4040
pipeline.run(newParams)
4141
}
4242
}

0 commit comments

Comments
 (0)