Skip to content

Add .whitesource configuration file

310f831
Select commit
Loading
Failed to load commit list.
Open

Configure Mend for GitHub Enterprise #105

Add .whitesource configuration file
310f831
Select commit
Loading
Failed to load commit list.
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
491.1 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux canceled
491.2 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux canceled
491.3 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux canceled
491.4 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"
  ]
}