Moved Jenkinsfile to data directory

This commit is contained in:
Markus Fleschutz 2024-01-02 11:56:10 +01:00
parent b272bb0073
commit 52a5cacabb

View File

@ -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'
}
}
}