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