File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: v1.0
7
7
name : build-test-release
8
8
agent :
9
9
machine :
10
- type : s1-prod-ubuntu24-04-amd64-4
10
+ type : s1-prod-ubuntu24-04-amd64-1
11
11
12
12
fail_fast :
13
13
cancel :
@@ -38,7 +38,7 @@ blocks:
38
38
- name : Test
39
39
commands :
40
40
- . sem-pint
41
- - mvn -Dcloud -Pjenkins -U -Ddependency.check.skip=true - Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
41
+ - mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
42
42
- export TRIVY_DISABLE_VEX_NOTICE=true
43
43
- trivy version
44
44
- echo "Check go/connector-dev-vuln-remediation for fixing or suppressing vulnerabilities found by trivy"
@@ -62,7 +62,7 @@ blocks:
62
62
jobs :
63
63
- name : Release
64
64
commands :
65
- - mvn -Dcloud -Pjenkins -U -Ddependency.check.skip=true - 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/
65
+ - 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/
66
66
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
67
67
- name : Release Notes
68
68
dependencies : []
You can’t perform that action at this time.
0 commit comments