sepe81 commented on code in PR #1194:
URL: https://github.com/apache/struts/pull/1194#discussion_r1925074300
##########
Jenkinsfile:
##########
@@ -81,58 +81,15 @@ pipeline {
stage('Code Quality') {
when {
anyOf {
- branch 'main'
+ branch 'release/struts-6-7-x'
}
}
steps {
withCredentials([string(credentialsId: 'asf-struts-sonarcloud',
variable: 'SONARCLOUD_TOKEN')]) {
- sh './mvnw -B -Pcoverage -DskipAssembly
-Dsonar.login=${SONARCLOUD_TOKEN} verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress'
+ sh './mvnw -B -Pcoverage -DskipAssembly
-Dsonar.login=${SONARCLOUD_TOKEN} verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar'
}
}
}
- stage('Build Source & JavaDoc') {
Review Comment:
stage('Build Source & JavaDoc') removed because it's only needed for main?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]