Updated Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-11-27 08:53:52 +00:00
parent 7f66b73e7a
commit a03d3c5218

5
Jenkinsfile vendored
View File

@ -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") {