Skip to content

Instantly share code, notes, and snippets.

@olamy
Created February 8, 2023 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olamy/93942bce5164488f74f471c9b1a31c44 to your computer and use it in GitHub Desktop.
Save olamy/93942bce5164488f74f471c9b1a31c44 to your computer and use it in GitHub Desktop.
remote cache config
<cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd">
<configuration>
<enabled>true</enabled>
<remote enabled="true" saveToRemote="true">
<url>http://nginx-cache-service.jenkins.svc.cluster.local:80</url>
</remote>
</configuration>
</cache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment