Cleanup workspace when done building
This commit is contained in:
parent
de69387754
commit
71b9d3933a
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -27,6 +27,8 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "bin/Release/net8.0/publish/ForgeCore"
|
archiveArtifacts artifacts: "bin/Release/net8.0/publish/ForgeCore"
|
||||||
|
|
||||||
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,6 +51,8 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts:"bin\\Release\\net8.0\\publish\\ForgeCore.exe"
|
archiveArtifacts artifacts:"bin\\Release\\net8.0\\publish\\ForgeCore.exe"
|
||||||
|
|
||||||
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue