Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-06 10:53:22 +00:00
parent 3610ff3f17
commit 2702970ffc

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ def gv
pipeline { pipeline {
agent any agent any
tools { tools {
maven: 'my-mvn' maven 'my-mvn'
} }
stages { stages {
stage("init") { stage("init") {