Skip to content

Commit

Permalink
correct syntax mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikpuneet07 committed May 13, 2024
1 parent e47efc7 commit e031522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ps/jenkins/package-testing-ps-8.0.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ pipeline {
steps {
runNodeBuild("min-ol-9-x64")
}
}

stage("Ubuntu Focal") {
when {
Expand Down Expand Up @@ -215,7 +216,7 @@ pipeline {
runNodeBuild("min-amazon-2-x64")
}
}
stage("RHEL 9") {
stage("RHEL 8") {
when {
expression {
nodes_to_test.contains("min-rhel-8-x64")
Expand Down

0 comments on commit e031522

Please sign in to comment.