feature/main-07-UseTwoJenkinsfile #8

Merged
husbando_enjoyer merged 13 commits from feature/main-07-UseTwoJenkinsfile into main 2025-12-21 13:18:25 +01:00
Showing only changes of commit 256f1073da - Show all commits

View File

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