mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-18 05:11:20 +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 {
|
success {
|
||||||
archiveArtifacts "target/*.jar"
|
archiveArtifacts "target/*.jar"
|
||||||
}
|
}
|
||||||
|
failure {
|
||||||
|
cleanWs()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user