Skip to content

Commit

Permalink
Add node
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau committed Sep 6, 2023
1 parent d7f6ab8 commit 51651da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions testsuite/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ pipeline {
}
post {
always {
script {
deleteDir()
node {
script {
deleteDir()
}
}
}

}
}

0 comments on commit 51651da

Please sign in to comment.