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

feat: module migration to beta FKITDEV-3756 #61

Merged
merged 14 commits into from
Jun 5, 2024

fix: pin wrap ansi resolution

89932b2
Select commit
Loading
Failed to load commit list.
Merged

feat: module migration to beta FKITDEV-3756 #61

fix: pin wrap ansi resolution
89932b2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jun 5, 2024 in 5m 30s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the FKITDEV-3756-module-migration-to-beta branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
487.1 18 NODE_ENV=travis Linux errored
487.2 20 NODE_ENV=travis Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 18, 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "addons": {
    "apt": {
      "packages": [
        "rabbitmq-server",
        "openjdk-17-jdk"
      ]
    },
    "sonarcloud": {
      "organization": "techteamer"
    }
  },
  "node_js": [
    "18",
    "20"
  ],
  "git": {
    "depth": false
  },
  "env": [
    "jobs={:NODE_ENV=>\"travis\"}"
  ],
  "script": [
    "yarn test",
    "export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64",
    "export PATH=$JAVA_HOME/bin:$PATH",
    "sonar-scanner"
  ]
}