Commit 8e18b04f authored by iSergio's avatar iSergio
Browse files

Jenkins file

parent 0d6303c2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ pipeline {
    stages {
        stage('Build') {
            steps {
                sh 'uname -a'
                sh 'whoami'
                sh 'mvn clean package'
            }
        }