We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f45fa commit 1525d7bCopy full SHA for 1525d7b
1 file changed
.onedev-buildspec
@@ -144,7 +144,12 @@
144
<artifacts>*.zip *.sh</artifacts>
145
<reports/>
146
<triggers/>
147
- <caches/>
+ <caches>
148
+ <io.onedev.server.buildspec.job.CacheSpec>
149
+ <key>maven-cache</key>
150
+ <path>/root/.m2/repository</path>
151
+ </io.onedev.server.buildspec.job.CacheSpec>
152
+ </caches>
153
<cpuRequirement>250m</cpuRequirement>
154
<memoryRequirement>128m</memoryRequirement>
155
<timeout>3600</timeout>
0 commit comments