Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 17:07:02 +00:00
parent 1d4aac4b5a
commit 8e3382a0ef

3
Jenkinsfile vendored
View File

@@ -2,6 +2,9 @@
pipeline { pipeline {
agent none agent none
tools {
maven 'Maven'
}
stages { stages {
stage('test') { stage('test') {
steps { steps {