From 429021604108c654da786450b31ed1ebedd4e8a5 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Thu, 26 Nov 2020 12:43:10 +0100 Subject: [PATCH] lest try to get latest paper working from 1.12.2 ofc --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0cf8c4971..d0589e06f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Build') { steps { - sh 'bash ./scripts/build.sh' + sh 'bash ./scripts/build.sh --setup --fast' // sh 'bash ./scripts/inst.sh --setup --fast --remote' } }