From ba8e927ebcae07c27059eae799c81bcc6dd65e5b Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Wed, 2 May 2018 20:30:04 +0200 Subject: [PATCH] Fix username --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6912d8b1f..47ad7b36b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { stage('Preparation') { - git url: 'https://github.com/fspijkerman/refinedstorage.git', branch: 'jenkins' + git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'jenkins' } cache(maxCacheSize: 250, caches: [ [$class: 'ArbitraryFileCache', excludes: 'modules-2/modules-2.lock,*/plugin-resolution/**', includes: '**/*', path: '${HOME}/.gradle/caches'],