Skip to content

Commit 21d5c12

Browse files
author
Kaushik Das
committed
updated Jenkins file
1 parent fc870a3 commit 21d5c12

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Jenkinsfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ pipeline {
1515
}
1616
}
1717

18-
stage('Test') {
19-
steps {
20-
script {
21-
// Run tests
22-
sh 'mvn test'
23-
}
24-
}
25-
}
18+
// stage('Test') {
19+
// steps {
20+
// script {
21+
// // Run tests
22+
// sh 'mvn test'
23+
// }
24+
// }
25+
// }
2626
}
2727
// post {
2828
// cleanup {

0 commit comments

Comments
 (0)