Add node name

This commit is contained in:
2025-12-20 18:35:38 +01:00
parent 7afefbe841
commit eb385a70ff

View File

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