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 {
always {
node('principal') {
stage('Cleanup') {
agent any
steps {
cleanWs()
}
}
}
}

View File

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