Skip to content

Commit

Permalink
Merge pull request #359 from confluentinc/pr_merge_from_11_2_x_to_master
Browse files Browse the repository at this point in the history
Merge Conflict Resolution (from 11.2.x to master)
  • Loading branch information
sambhav-jain-16 authored Apr 9, 2024
2 parents 1ad1e8d + 70e8220 commit 555fa0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ blocks:
jobs:
- name: Test
commands:
- . sem-pint
- pip install confluent-release-tools -q
- . sem-pint -c
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
- cve-scan
- . cache-maven store
Expand Down
9 changes: 0 additions & 9 deletions Jenkinsfile

This file was deleted.

4 changes: 2 additions & 2 deletions service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ semaphore:
enable: true
pipeline_type: cp
cve_scan: true
extra_deploy_args: "-Dcloud -Pjenkins"
extra_build_args: "-Dcloud -Pjenkins"
extra_deploy_args: -Dcloud -Pjenkins
extra_build_args: -Dcloud -Pjenkins
run_pint_merge: true
code_artifact:
enable: true
Expand Down

0 comments on commit 555fa0b

Please sign in to comment.