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 - Pull Request succeeded Sep 17, 2025 in 4m 34s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #105 Configure Mend for GitHub Enterprise.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job JDK ENV OS State
493.1 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
493.2 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
493.3 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed
493.4 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed

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"
  ]
}