jenkisfile

This commit is contained in:
Natalia Villegas 2018-12-16 17:14:12 -03:00
parent 476e4c9a70
commit bd0751f3b7

5
Jenkinsfile vendored
View file

@ -1,6 +1,9 @@
pipeline {
agent any
tools {
maven 'Maven 3.3.9'
}
stages {
stage ('Initialize') {
steps {