kinow commented on a change in pull request #410: Add proposal for Jenkins
Pipeline
URL: https://github.com/apache/commons-lang/pull/410#discussion_r264423259
##########
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:
+1 LGTM
----------------------------------------------------------------
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