Commit 74da3e51 authored by iSergio's avatar iSergio
Browse files

Jenkins file

parent 9257ac06
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ pipeline {
    agent {
        docker {
            image 'gis4fun.org/openjdk:11'
            registryUrl 'https://gis4fun.org/nexus'
            args '-v $HOME/.m2:/root/.m2 -u root'
        }
    }