Add node name

This commit is contained in:
2025-12-20 18:52:28 +01:00
parent 7e6a8a3869
commit 4ca556cdc8

View File

@@ -122,7 +122,9 @@ pipeline {
post { post {
always { always {
cleanWs() node('principal') {
cleanWs()
}
} }
} }
} }