Add node
All checks were successful
CI-Multi/pipeline/pr-main This commit looks good

This commit is contained in:
2026-01-17 22:09:31 +01:00
parent 330c2a5364
commit 87b846b4ae

View File

@@ -94,7 +94,11 @@ pipeline {
post {
always {
cleanWs()
script {
node {
cleanWs()
}
}
}
}
}