Added Jenkinsfile

This commit is contained in:
landry333 2020-03-30 14:03:08 -04:00
parent fb7e47b760
commit a784ad1c5e

9
Jenkinsfile vendored
View file

@ -18,7 +18,12 @@ pipeline {
sh './mvnw package'
}
}
stage('') {
steps {
sh 'echo \'Deployment\''
}
}
}
}
}