From 16cf3077c89b01fb68c10cb5a8ffa22e18b0ee99 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Wed, 2 May 2018 20:32:39 +0200 Subject: [PATCH] Fix branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c60d68130..8bf2e4fdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { stage('Preparation') { - git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'master' + git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'mc1.12' } cache(maxCacheSize: 250, caches: [ [$class: 'ArbitraryFileCache', excludes: 'modules-2/modules-2.lock,*/plugin-resolution/**', includes: '**/*', path: '${HOME}/.gradle/caches'],