jenkisfile

This commit is contained in:
Natalia Villegas 2018-12-16 17:16:35 -03:00
parent bd0751f3b7
commit 68c8bd14eb

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
maven 'Maven 3.3.9'
maven 'mvn 3.3.9'
}
stages {