This website works better with JavaScript.
首頁
探索
說明
登入
bubblev
/
bubble
關註
9
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
130
Wiki
Activity
瀏覽代碼
reuse m2 repo across builds, but still job-specific repo
tags/v0.17.0
Jonathan Cobb
4 年之前
父節點
55cf10841a
當前提交
c5dfbe60b1
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/jenkins/mvn
+ 1
- 1
bin/jenkins/mvn
查看文件
@@ -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…
取消
儲存