mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Run only the code cleanliness on Jenkins CI
I recently split code cleanliness into two parts, and since in Jenkins the baseline-compare-and-replace and api-baseline-check run on the main build we don't need to run them on the cleanliness pass too. Therefore run the "only" script in the code formatting checks stage to speed up build and avoid duplicated work.
This commit is contained in:
parent
bee7e0db0c
commit
7f25a3a110
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ pipeline {
|
|||
timeout(activity: true, time: 30) {
|
||||
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=60.0']) {
|
||||
sh 'MVN="/jipp/tools/apache-maven/latest/bin/mvn -Dmaven.repo.local=/home/jenkins/.m2/repository \
|
||||
--settings /home/jenkins/.m2/settings.xml" ./releng/scripts/check_code_cleanliness.sh'
|
||||
--settings /home/jenkins/.m2/settings.xml" ./releng/scripts/check_code_cleanliness_only.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue