Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18442

camel-github - Github commit consumer does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.18.1
    • 3.18.2, 3.19.0
    • camel-github
    • None
    • Unknown

    Description

      Try to execute github commit polling

              from("github://commit/main?" +
                      "repoOwner=YOUR_OWNER" +
                      "&repoName=YOUR_REPO" +
                      "&delay=5000" +
                      "&startingSha=last" +
                      "&sendEmptyMessageWhenIdle=true" +
                      "&oauthToken=YOUR_TOKEN")
                      .log("${body}");
      

      Commit something to repo. As the result you'll have `null`.

      In case `startingSha=beginning` all previous commits retrieved but new commits won't be pulled.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              marat.gubaidullin@gmail.com Marat Gubaidullin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: