mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-25 12:05:14 +01:00
Clean Workspace If build failure
This commit is contained in:
parent
c8b5db96a6
commit
9066454960
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -96,6 +96,9 @@ pipeline {
|
||||
success {
|
||||
archiveArtifacts "target/*.jar"
|
||||
}
|
||||
failure {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user