File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,14 @@ blocks:
4040 - pip install confluent-release-tools -q
4141 - . sem-pint
4242 - mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
43- - . cve-scan
43+ - cve-scan
4444 - . cache-maven store
4545 epilogue :
4646 always :
4747 commands :
4848 - . publish-test-results
4949 - artifact push workflow target/test-results
50+ - artifact push workflow target
5051
5152 - name : Release
5253 dependencies : ["Test"]
@@ -59,7 +60,7 @@ blocks:
5960 - mvn -Dcloud -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/
6061 -DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6162 - name : Release Notes
62- dependencies : [ ]
63+ dependencies : []
6364 run :
6465 when : " branch =~ '[0-9]+\\ .[0-9]+\\ .x'"
6566 task :
@@ -69,7 +70,6 @@ blocks:
6970 - git clone --branch master --single-branch git@github.com:confluentinc/connect-releases.git
7071 - ./connect-releases/tasks/release-connect-plugins/generate-connect-changelogs.sh
7172
72-
7373after_pipeline :
7474 task :
7575 agent :
@@ -86,4 +86,5 @@ after_pipeline:
8686 commands :
8787 - checkout
8888 - sem-version java 11
89- - emit-sonarqube-data -a test-results
89+ - artifact pull workflow target
90+ - emit-sonarqube-data --run_only_sonar_scan
You can’t perform that action at this time.
0 commit comments