Commit 0d6303c2 authored by iSergio's avatar iSergio
Browse files

Jenkins file

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