Skip to content

Commit

Permalink
feat: add static code analysis stage to jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 15, 2023
1 parent 13d0f63 commit c87b505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
pipeline {
agent any
tools {
// Define the Maven tool with the desired name and version
maven 'Maven-3.9.5'
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
Expand Down

0 comments on commit c87b505

Please sign in to comment.