Skip to content

Commit

Permalink
chore(ci): migrate distro-maven and public-nexus stages
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Sep 19, 2024
1 parent 3b1f3b0 commit 853f747
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .ci/daily/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ pipeline {
}
steps {
cambpmConditionalRetry([
agentLabel: 'h2_perf32',
podSpec: [
cpu: 32,
image: 'maven:3.9.7-eclipse-temurin-17'
],
runSteps: {
cambpmRunMaven('.',
"deploy source:jar source:test-jar javadoc:javadoc -Dskip-zip-frontend-sources=true -DaltStagingDirectory=${WORKSPACE}/staging -DskipRemoteStaging=true -B",
Expand Down Expand Up @@ -186,7 +189,10 @@ pipeline {
}
steps {
cambpmConditionalRetry([
agentLabel: 'h2_perf32',
podSpec: [
cpu: 32,
image: 'maven:3.9.7-eclipse-temurin-17'
],
runSteps: {
cambpmRunMaven('.',
"install source:jar -Pdistro,distro-ce,distro-wildfly,distro-webjar -B",
Expand Down

0 comments on commit 853f747

Please sign in to comment.