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

added new forms #709

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

added new forms

7e90aad
Select commit
Loading
Failed to load commit list.
Open

added new forms #709

added new forms
7e90aad
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 18, 2024 in 2m 17s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #709 added new forms.
Any changes that have been made to the dev branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jdk": [
    "openjdk8"
  ],
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_c5f977eaf718_key -iv $encrypted_c5f977eaf718_iv -in .deploy_key.enc -out /tmp/deploy_key -d",
    "eval \"$(ssh-agent -s)\"",
    "chmod 600 /tmp/deploy_key",
    "ssh-add /tmp/deploy_key",
    "cd report-testing-framework",
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "sh start_mysql_test_db.sh"
  ],
  "addons": {
    "ssh_known_hosts": [
      "cmr-dev.jembi.org",
      "cmr-staging.jembi.org"
    ]
  },
  "script": [
    "cd report-testing",
    "mvn test",
    "cd ../.."
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "bash scripts/travis/deploy.sh dev $mysql_password",
      "on": {
        "branch": [
          "dev"
        ]
      }
    },
    {
      "provider": "script",
      "script": "bash scripts/travis/deploy.sh staging $mysql_password",
      "on": {
        "branch": [
          "staging"
        ]
      }
    }
  ]
}