diff --git a/Jenkinsfile b/Jenkinsfile index 99b84e2f..a74991eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -714,7 +714,7 @@ pipeline { -e DO_REGION="ams3" \ -e DO_BUCKET="lsio-ci" \ -t ghcr.io/linuxserver/ci:latest \ - python /ci/ci.py''' + python3 test_build.py''' } } }