Skip to content

Commit

Permalink
Add javadoc stage
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Feb 6, 2019
1 parent 0cab6d4 commit 1031793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ pipeline {
sh 'mvn clean verify'
}
}
stage('javadoc') {
steps {
sh 'mvn javadoc:javadoc'
}
}
}
}

0 comments on commit 1031793

Please sign in to comment.