Skip to content

Commit

Permalink
debug(prod/jenkins): comment cloudevents (#1358)
Browse files Browse the repository at this point in the history
comment cloudeventsv
  • Loading branch information
purelind authored Dec 1, 2024
1 parent 72dee17 commit ea59d6c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions apps/prod/jenkins/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,19 +288,19 @@ controller:
# for cloudevents plugin config.
# FIXME: should use cdevents plugin when the issue solved:
# https://github.com/jenkinsci/cdevents-plugin/issues/9
cloudevents: |
unclassified:
cloudEventsGlobalConfig:
sinkType: "http"
sinkURL: "http://cloudevents-server.apps.svc/events"
completed: true
created: true
enteredWaiting: true
failed: true
finalized: true
left: true
started: true
updated: true
# nodes
offline: true
online: true
# cloudevents: |
# unclassified:
# cloudEventsGlobalConfig:
# sinkType: "http"
# sinkURL: "http://cloudevents-server.apps.svc/events"
# completed: true
# created: true
# enteredWaiting: true
# failed: true
# finalized: true
# left: true
# started: true
# updated: true
# # nodes
# offline: true
# online: true

0 comments on commit ea59d6c

Please sign in to comment.