Updated Jenkinsfile.
This commit is contained in:
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") {
|
||||
|
Reference in New Issue
Block a user