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

Hot Reload for creds #101

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

Hot Reload for creds

6ef25d3
Select commit
Loading
Failed to load commit list.
Open

Hot Reload for creds #101

Hot Reload for creds
6ef25d3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 1, 2024 in 4m 20s

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 #101 Hot Reload for creds.
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
484.1 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
484.2 openjdk11 OSSRH_JIRA_USERNAME=[secure] Linux passed
484.3 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed
484.4 openjdk17 OSSRH_JIRA_USERNAME=[secure] Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Versions openjdk11, openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "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"
  ]
}