mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-01 19:58:17 +02:00
Moved Jenkinsfile to data directory
This commit is contained in:
parent
b272bb0073
commit
52a5cacabb
2
scripts/Jenkinsfile → data/Jenkinsfile
vendored
2
scripts/Jenkinsfile → data/Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline { // requires Jenkins plugin 'PowerShell'
|
||||
stage ('Health Check') {
|
||||
steps {
|
||||
echo "Starting build #${env.BUILD_NUMBER} on ${env.NODE_NAME} node ..."
|
||||
powershell './check-health.ps1'
|
||||
powershell './scripts/check-health.ps1'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user