Updated Jenkinsfile.
This commit is contained in:
parent
7f66b73e7a
commit
a03d3c5218
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,7 +3,10 @@ pipeline {
|
||||
stages {
|
||||
stage("cleanup") {
|
||||
steps {
|
||||
cleanWs(patterns: [[pattern: '**/bin/Release', type: 'INCLUDE'], [pattern: 'output/**', type: 'INCLUDE']])
|
||||
pwsh '''
|
||||
rm **/bin/Release
|
||||
rm output/**
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage("Props.Shop") {
|
||||
|
Loading…
Reference in New Issue
Block a user