Skip to content

Commit

Permalink
Add Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 9, 2024
1 parent 17821c0 commit 50d071a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'java -version'
sh './mvnw verify'
}
}
Expand Down

0 comments on commit 50d071a

Please sign in to comment.