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

Bump commons-io:commons-io from 2.6 to 2.14.0 in /addons/camel #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump commons-io:commons-io from 2.6 to 2.14.0 in /addons/camel

40a2fbb
Select commit
Loading
Failed to load commit list.
Open

Bump commons-io:commons-io from 2.6 to 2.14.0 in /addons/camel #16

Bump commons-io:commons-io from 2.6 to 2.14.0 in /addons/camel
40a2fbb
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 3, 2024 in 17m 24s

Build Errored

The build errored. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #16 Bump commons-io:commons-io from 2.6 to 2.14.0 in /addons/camel.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has ten jobs, running in parallel.

Job JDK ENV OS State
60.1 openjdk8 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.2 openjdk9 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.3 openjdk10 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.4 openjdk11 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.5 openjdk12 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.6 openjdk13 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.7 openjdk14 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.8 openjdk15 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.9 openjdk16 COMMIT=${TRAVIS_COMMIT::8} Linux errored
60.10 openjdk17 COMMIT=${TRAVIS_COMMIT::8} Linux errored

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Versions openjdk8, openjdk9, openjdk10, openjdk11, openjdk12, openjdk13, openjdk14, openjdk15, openjdk16, openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "services": [
    "docker"
  ],
  "env": [
    "global={:COMMIT=>\"${TRAVIS_COMMIT::8}\"}"
  ],
  "jdk": [
    "openjdk8",
    "openjdk9",
    "openjdk10",
    "openjdk11",
    "openjdk12",
    "openjdk13",
    "openjdk14",
    "openjdk15",
    "openjdk16",
    "openjdk17"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2/repository"
    ]
  },
  "script": [
    "if [[ $TRAVIS_PULL_REQUEST = false ]] && [[ $TRAVIS_BRANCH = master ]] && [[ $TRAVIS_JDK_VERSION = openjdk15 ]]; then GOAL=deploy; else GOAL=package; fi",
    "echo $GOAL",
    "mvn -U $GOAL",
    "docker build -t sample-oauth-server:$COMMIT ./addons/oauth"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "bash ./addons/oauth/deploy.sh",
      "on": {
        "all_branches": true,
        "jdk": "openjdk11"
      }
    }
  ],
  "after_success": [
    "mvn -q coveralls:report -DrepoToken=$COVERALLS_TOKEN"
  ]
}