Passing classpath in file by default #347
+9
−2
Open
Travis CI / Travis CI - Pull Request
required action
Mar 7, 2024 in 3m 24s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #347 Passing classpath in file by default.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | JDK | ENV | OS | State |
---|---|---|---|---|
1373.1 | openjdk11 | ORG_GRADLE_PROJECT_nexusUsername=[secure] | Linux | errored |
1373.2 | openjdk15 | ORG_GRADLE_PROJECT_nexusUsername=[secure] | Linux | errored |
1373.3 | ORG_GRADLE_PROJECT_nexusUsername=[secure] | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Groovy |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "groovy",
"os": [
"linux"
],
"dist": "xenial",
"install": [
"if [ \"$TRAVIS_SECURE_ENV_VARS\" == \"true\" ]; then\n # There is problem with aborting build on command in if failure - http://steven.casagrande.io/articles/travis-ci-and-if-statements/\n openssl aes-256-cbc -K $encrypted_5393bb1c9f2d_key -iv $encrypted_5393bb1c9f2d_iv -in gradle/gpg-key.asc.enc -d | gpg --fast-import || travis_terminate 1\n export GRADLE_OPTS='-Dorg.gradle.project.signing.keyId=0694F057 -Dorg.gradle.project.signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg -Dorg.gradle.project.signing.password= -Dorg.gradle.project.gradle.publish.key=$PLUGIN_PORTAL_API_KEY -Dorg.gradle.project.gradle.publish.secret=$PLUGIN_PORTAL_API_SECRET'\nfi;\n",
"export TRAVIS_COMMIT_MSG=$(git log --format=%B -n 1 $TRAVIS_COMMIT)",
"git config user.email \"[email protected]\"",
"git config user.name \"Szpak CI Bot\"",
"ruby --version",
"rvm install 2.4.1",
"ruby --version",
"gem install --no-document faraday -v 1.10.1",
"gem install --no-document faraday-net_http -v 2.1.0",
"gem install --no-document public_suffix -v 4.0.7",
"gem install --no-document octokit -v 4.25.1",
"gem install --no-document chandler -v 0.7.0"
],
"script": [
"./gradlew prepareForCiBuild -s -i -Prelease.disableChecks && ./gradlew funcTest ciBuild -s -i -Pcompatibility -Prelease.disableChecks -PpluginPortal -PchangelogSync"
],
"cache": {
"directories": [
"$HOME/.gradle/caches/"
]
},
"env": [
"global=ORG_GRADLE_PROJECT_nexusUsername=[secure]=ORG_GRADLE_PROJECT_nexusPassword=[secure]=PLUGIN_PORTAL_API_KEY=[secure]=PLUGIN_PORTAL_API_SECRET=[secure]"
],
"jobs": {
"include": [
{
"jdk": "openjdk11",
"env": [
{
"PITEST_REGRESSION_TESTS": "quick"
}
]
},
{
"jdk": "openjdk15",
"env": [
{
"PITEST_REGRESSION_TESTS": "latestOnly",
"SKIP_RELEASE": "true"
}
]
},
{
"env": [
{
"JDK": "\"OpenJ9 11\"",
"PITEST_REGRESSION_TESTS": "quick",
"SKIP_RELEASE": "true"
}
],
"before_install": [
". gradle/install-jdk.sh -W ~/custom-java --url \"https://api.adoptopenjdk.net/v2/binary/releases/openjdk11?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal\"",
"./gradlew --version"
]
}
]
}
}
Loading