added comma

This commit is contained in:
Sohail 2023-03-08 16:42:53 +05:30
parent ef22020be8
commit ed923fd3d2

View file

@ -11,7 +11,7 @@ pipeline {
branch: 'main' branch: 'main'
} }
} }
}
stage('build') { stage('build') {
steps{ steps{
sh "mvn package" sh "mvn package"
@ -24,5 +24,6 @@ pipeline {
} }
} }
} }
}
} }