mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-08 09:20:19 +02: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') {
|
stage ('Cleanup') {
|
||||||
steps {
|
steps {
|
||||||
echo "Pulled from ${env.GIT_URL}, branch ${env.GIT_BRANCH}, commit {$env.GIT_COMMIT} ..."
|
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'
|
sh 'git status'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user