Skip to content

Commit

Permalink
cleanup workspace to avoid too many test results, we do not have so m…
Browse files Browse the repository at this point in the history
…any :) (#7960)

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed May 6, 2022
1 parent 9522fa3 commit 8eb0e71
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Expand Up @@ -48,6 +48,8 @@ pipeline {
container('jetty-build') {
timeout(time: 120, unit: 'MINUTES') {
dir("${env.WORKSPACE}/buildy") {
//cleanup all projects
mavenBuild("jdk17", "clean -T4", "maven3")
mavenBuild("jdk17", "clean install -f jetty-integrations", "maven3")
}
}
Expand All @@ -59,6 +61,8 @@ pipeline {
container('jetty-build') {
timeout(time: 120, unit: 'MINUTES') {
dir("${env.WORKSPACE}/buildy") {
//cleanup all projects
mavenBuild("jdk17", "clean -T4", "maven3")
mavenBuild("jdk17", "clean install -f jetty-ee9", "maven3")
}
}
Expand All @@ -70,6 +74,8 @@ pipeline {
container('jetty-build') {
timeout(time: 120, unit: 'MINUTES') {
dir("${env.WORKSPACE}/buildy") {
//cleanup all projects
mavenBuild("jdk17", "clean -T4", "maven3")
mavenBuild("jdk17", "clean install -f jetty-ee10", "maven3")
}
}
Expand All @@ -81,6 +87,8 @@ pipeline {
container('jetty-build') {
timeout(time: 120, unit: 'MINUTES') {
dir("${env.WORKSPACE}/buildy") {
//cleanup all projects
mavenBuild("jdk17", "clean -T4", "maven3")
mavenBuild("jdk17", "clean install -f jetty-home", "maven3")
}
}
Expand All @@ -93,6 +101,8 @@ pipeline {
container('jetty-build') {
timeout(time: 120, unit: 'MINUTES') {
dir("${env.WORKSPACE}/buildy") {
//cleanup all projects
mavenBuild("jdk17", "clean -T4", "maven3")
mavenBuild("jdk17", "clean install -f tests", "maven3")
}
}
Expand Down

0 comments on commit 8eb0e71

Please sign in to comment.