File tree Expand file tree Collapse file tree 2 files changed +0
-68
lines changed Expand file tree Collapse file tree 2 files changed +0
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,31 +61,6 @@ blocks:
6161 - 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/
6262 -DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6363
64- - name : CP Jar Build CI Gating
65- dependencies : [ ]
66- run :
67- # Run this block only for pull requests
68- when : " pull_request =~ '.*'"
69- task :
70- env_vars :
71- - name : COMPONENT_NAME
72- value : common
73- jobs :
74- - name : Trigger and wait for CP Jar Build Task
75- commands :
76- # Don't run this block if target branch for PR is not a CP nightly branch
77- - |
78- if [[ "$SEMAPHORE_GIT_BRANCH" =~ ^[0-9]+\.[0-9]+\.x$ ]] ; then \
79- echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is CP nightly branch. Triggering cp-jar-build task."; \
80- sem-trigger -p packaging \
81- -t cp-jar-build \
82- -b $SEMAPHORE_GIT_BRANCH \
83- -d "|" -i "CUSTOM_BRANCH_COMPONENTS|${COMPONENT_NAME}=${SEMAPHORE_GIT_WORKING_BRANCH}" \
84- -w; \
85- else \
86- echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is not CP nightly branch. Skipping cp-jar-build task."; \
87- fi;
88-
8964after_pipeline :
9065 task :
9166 agent :
You can’t perform that action at this time.
0 commit comments