mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 22:28:37 +01:00
Removed obsolete Jenkinsfile
This commit is contained in:
parent
37177e83a6
commit
21e8911239
18
data/Jenkinsfile
vendored
18
data/Jenkinsfile
vendored
@ -1,18 +0,0 @@
|
|||||||
pipeline { // requires Jenkins plugin 'PowerShell'
|
|
||||||
agent any // job may run on any Jenkins node
|
|
||||||
stages {
|
|
||||||
stage ('Cleanup') {
|
|
||||||
steps {
|
|
||||||
echo "Pulled from ${env.GIT_URL}, branch ${env.GIT_BRANCH}, commit {$env.GIT_COMMIT} ..."
|
|
||||||
sh 'git clean -xdf'
|
|
||||||
sh 'git status'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage ('Health Check') {
|
|
||||||
steps {
|
|
||||||
echo "Starting build #${env.BUILD_NUMBER} on ${env.NODE_NAME} node ..."
|
|
||||||
powershell './scripts/check-health.ps1'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user