PascalSchumacher commented on a change in pull request #410: Add proposal for
Jenkins Pipeline
URL: https://github.com/apache/commons-lang/pull/410#discussion_r262215822
##########
File path: Jenkinsfile
##########
@@ -43,11 +43,7 @@ pipeline {
}
stage('Analyze') {
steps {
- sh 'mvn apache-rat:check'
- sh 'mvn clirr:check'
- sh 'mvn checkstyle:check'
- sh 'mvn spotbugs:check'
- sh 'mvn javadoc:javadoc'
+ sh 'mvn apache-rat:check clirr:check checkstyle:check
spotbugs:check javadoc:javadoc'
Review comment:
What about just calling `mvn` which does pretty much the same, see:
https://github.com/apache/commons-lang/blob/master/pom.xml#L627 ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services