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 com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0 #234

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

Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0

d4a9afa
Select commit
Loading
Failed to load commit list.
Open

Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0 #234

Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0
d4a9afa
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 22, 2024 in 33m 44s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #234 Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Version openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "jdk": [
    "openjdk11"
  ],
  "env": [
    "global={:JAVA_OPTS=>\"\\\"-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmn48M -Xmx512M\\\"\"}"
  ],
  "addons": {
    "sonarcloud": {
      "organization": "gwas-ebi"
    }
  },
  "script": [
    "jdk_switcher use openjdk8",
    "mvn clean verify -Dspring.profiles.active=test -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true",
    "export JAVA_HOME=$HOME/openjdk11",
    "mvn sonar:sonar -Dsonar.projectKey=uk.ac.ebi.spot.gwasdepo:gwasdepo-deposition-service -Dsonar.login=0566d66d0cfe16cd2cb8ba02db7fcd0b6d1e7ee6"
  ]
}