File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: v1.0
77name : build-test-release
88agent :
99 machine :
10- type : s1-prod-ubuntu20 -04-amd64-1
10+ type : s1-prod-ubuntu24 -04-amd64-1
1111
1212fail_fast :
1313 cancel :
@@ -32,7 +32,7 @@ blocks:
3232 dependencies : []
3333 run :
3434 # don't run the tests on non-functional changes...
35- when : " change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
35+ when : " change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master' })"
3636 task :
3737 jobs :
3838 - name : Test
@@ -56,14 +56,15 @@ blocks:
5656 jobs :
5757 - name : Release
5858 commands :
59- - mvn -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
59+ - mvn -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode
60+ -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
6061 -DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6162
6263after_pipeline :
6364 task :
6465 agent :
6566 machine :
66- type : s1-prod-ubuntu20 -04-arm64-0
67+ type : s1-prod-ubuntu24 -04-arm64-00
6768 jobs :
6869 - name : Metrics
6970 commands :
@@ -74,6 +75,5 @@ after_pipeline:
7475 - name : SonarQube
7576 commands :
7677 - checkout
77- - sem-version java 11
7878 - artifact pull workflow target
7979 - emit-sonarqube-data --run_only_sonar_scan
You can’t perform that action at this time.
0 commit comments