Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a trigger for jenkins to automaticaly build example-apps #199

Merged
merged 4 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb1c266 View commit details
    Browse the repository at this point in the history
  2. JobManager.startJob(): Throw on error

    Also add tests and do a bit of polishing.
    schnatterer committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ce88e01 View commit details
    Browse the repository at this point in the history
  3. JobManager.startJob(): Use HTTP POST

    Otherwise fails with: 405 Method Not Allowed
    schnatterer committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2c3fffb View commit details
    Browse the repository at this point in the history
  4. JobManager.startJob(): Avoid exception in GraalVM

    groovy.lang.MissingMethodException: No signature of method: static okhttp3.RequestBody.create() is applicable for argument types: ([B, null) values: [[], null]
    schnatterer committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b60ff13 View commit details
    Browse the repository at this point in the history