Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau committed Sep 6, 2023
1 parent 0a7c9c3 commit d2e877c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
stages {
stage('Setup') {
matrix {
agent { label "$NODE_NAME}" }
agent { label "$NODE_NAME" }
axes {
axis {
name 'NODE_NAME'
Expand Down Expand Up @@ -60,7 +60,7 @@ pipeline {
}
stage('Test') {
matrix {
agent { label "$NODE_NAME}" }
agent { label "$NODE_NAME" }
axes {
axis {
name 'NODE_NAME'
Expand Down

0 comments on commit d2e877c

Please sign in to comment.