Add node name

This commit is contained in:
jose-rZM
2025-12-20 18:35:38 +01:00
parent df6d68c8a0
commit 1474ae1885

View File

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