Skip to content

Commit

Permalink
P01 now refers to Norma/RunSingleScenario
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl-ffl committed Nov 7, 2024
1 parent 2d09602 commit 610b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_testing/operational_tests/P01.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pipeline {
// currently we only have one baseline scenario, more to be added
parallel baselineScenarios.collectEntries { s -> [
(s): {
build job: '/Norma/Experimental/P01/P01',
build job: '/Norma/RunSingleScenario',
parameters: [
string(name: 'NormaVersion', value: "${NormaVersion}"),
string(name: 'SonicVersion', value: "${SonicVersion}"),
Expand Down

0 comments on commit 610b336

Please sign in to comment.