diff --git a/Jenkinsfile b/Jenkinsfile index 47ad7b36b..c60d68130 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { stage('Preparation') { - git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'jenkins' + git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'master' } cache(maxCacheSize: 250, caches: [ [$class: 'ArbitraryFileCache', excludes: 'modules-2/modules-2.lock,*/plugin-resolution/**', includes: '**/*', path: '${HOME}/.gradle/caches'],