Configure Mend for GitHub Enterprise #105
Open
Travis CI / Travis CI - Branch
cancelled
Sep 17, 2025 in 5s
Build Canceled
The build canceled.
Details
This is a normal build for the whitesource/configure branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | JDK | ENV | OS | State |
|---|---|---|---|---|
| openjdk11 | OSSRH_JIRA_USERNAME=[secure] | Linux | canceled | |
| openjdk11 | OSSRH_JIRA_USERNAME=[secure] | Linux | canceled | |
| openjdk17 | OSSRH_JIRA_USERNAME=[secure] | Linux | canceled | |
| openjdk17 | OSSRH_JIRA_USERNAME=[secure] | Linux | canceled |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Java |
| Operating System | Linux (Focal) |
| JDK Versions | openjdk11, openjdk17 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "focal",
"jdk": [
"openjdk11",
"openjdk17"
],
"env": [
"jobs={:TARGET_ETCD_VERSION=>\"v3.4.20\"}={:TARGET_ETCD_VERSION=>\"v3.5.10\"} global=OSSRH_JIRA_USERNAME=[secure]=OSSRH_JIRA_PASSWORD=[secure]=GPG_KEY_NAME=[secure]=GPG_PASSPHRASE=[secure]"
],
"cache": {
"directories": [
"$HOME/.m2"
]
},
"before_install": [
"./build-env/install-etcd.sh \"$HOME/etcd\"",
"export PATH=\"$HOME/etcd:$PATH\""
],
"after_success": [
"./cd/deploy.sh"
]
}
Loading