Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tripura-kant authored Oct 8, 2022
1 parent 4e18b04 commit aabb104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ pipeline {
}
}
}

stage('Dependency check ') {
steps {
sh 'mvn dependency-check:check'

}
}

stage('Docker push ') {
steps {
Expand Down

0 comments on commit aabb104

Please sign in to comment.