corrected change

This commit is contained in:
barkath 2022-08-30 20:42:11 +05:30
parent feaef30467
commit cbc8b51112

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Maven Install') { stage('Maven Install') {
agent { agent {
docker { docker any {
image 'maven:3.5.0' image 'maven:3.5.0'
} }
} }