This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
reuse m2 repo across builds, but still job-specific repo
tags/v0.17.0
Jonathan Cobb
4 years ago
parent
55cf10841a
commit
c5dfbe60b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/jenkins/mvn
+ 1
- 1
bin/jenkins/mvn
View File
@@ -1,2 +1,2 @@
#!/bin/bash
/usr/bin/mvn -Dstyle.color=never -Dmaven.repo.local=
$(cd ../.. && pwd)/.m2
/repository "${@}"
/usr/bin/mvn -Dstyle.color=never -Dmaven.repo.local=
/var/lib/jenkins/.m2_$(basename $(cd ../.. && pwd))
/repository "${@}"
Write
Preview
Loading…
Cancel
Save