Cache url as parameter.
This commit is contained in:
parent
68dc5a6acf
commit
99a305f3e2
@ -7,13 +7,9 @@ buildCache {
|
||||
enabled = !isCiServer
|
||||
}
|
||||
remote(HttpBuildCache) {
|
||||
url = 'http://amine-bou.fr:8885/cache/'
|
||||
url = System.getProperty("cacheUrl")
|
||||
push = isCiServer
|
||||
|
||||
println "push ? " + isCiServer
|
||||
credentials {
|
||||
username = System.getProperty("cacheUser")
|
||||
password = System.getProperty("cachePassword")
|
||||
}
|
||||
println "url ? " + System.getProperty("cacheUrl")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user