Add node name

This commit is contained in:
jose-rZM
2025-12-20 18:52:28 +01:00
parent ef1f4aed71
commit 256f1073da

View File

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