Fix username

This commit is contained in:
raoulvdberge
2018-05-02 20:30:04 +02:00
parent 28b12178ce
commit ba8e927ebc

2
Jenkinsfile vendored
View File

@@ -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'],