Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 17:18:06 +00:00
parent 8e3382a0ef
commit a71dd16df8

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
@Library('jenkins-shared-library')_
pipeline {
agent none
agent any
tools {
maven 'Maven'
}