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
2 changed files with 7 additions and 10 deletions
Showing only changes of commit fc1a8d8ac9 - Show all commits

View File

@@ -118,13 +118,13 @@ pipeline {
} }
} }
} }
}
post { stage('Cleanup') {
always { agent any
node('principal') { steps {
cleanWs() cleanWs()
} }
} }
} }
} }

View File

@@ -78,12 +78,9 @@ pipeline {
} }
} }
stage('Cleanup') {
} agent any
steps {
post {
always {
node('principal') {
cleanWs() cleanWs()
} }
} }