jenkisfile

This commit is contained in:
Natalia Villegas 2018-12-16 17:18:56 -03:00
parent 68c8bd14eb
commit 0c5a0929a5

2
Jenkinsfile vendored
View file

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