Commit 2821302c authored by Fernando Vazquez's avatar Fernando Vazquez

Adjusted Jenkinsfile to use mvn

parent 062c2281
pipeline { pipeline {
agent any agent any
tools {
maven 'maven'
}
stages { stages {
stage('Git Checkout') { stage('Git Checkout') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment