Skip to content

Commit ce319fd

Browse files
committed
Jenkins file update in code-5
1 parent 283eab3 commit ce319fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020
}
2121
stage ('Test') {
2222
steps {
23-
sh 'mvnw test'
23+
sh 'mvn test'
2424
}
2525
post {
2626
always {

0 commit comments

Comments
 (0)