mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 06:18:17 +01:00
Update Jenkinsfile
This commit is contained in:
parent
5c2f1ede1d
commit
b436672010
2
data/Jenkinsfile
vendored
2
data/Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline { // requires Jenkins plugin 'PowerShell'
|
||||
stage ('Cleanup') {
|
||||
steps {
|
||||
echo "Pulled from ${env.GIT_URL}, branch ${env.GIT_BRANCH}, commit {$env.GIT_COMMIT} ..."
|
||||
sh 'git clean -d --force'
|
||||
sh 'git clean -xdf'
|
||||
sh 'git status'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user