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

FKITDEV-2352: fix jsdoc #52

Merged
merged 2 commits into from
Aug 21, 2024

Merge branch 'master' into FKITDEV-2352/jsdoc-fixes

8e6b469
Select commit
Loading
Failed to load commit list.
Merged

FKITDEV-2352: fix jsdoc #52

Merge branch 'master' into FKITDEV-2352/jsdoc-fixes
8e6b469
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 15, 2024 in 2m 24s

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 #52 FKITDEV-2352: fix jsdoc.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
520.1 20 NODE_ENV=travis Linux passed
520.2 22 NODE_ENV=travis Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 20, 22
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "addons": {
    "apt": {
      "packages": [
        "rabbitmq-server",
        "openjdk-17-jdk"
      ]
    },
    "sonarcloud": {
      "organization": "techteamer"
    }
  },
  "node_js": [
    "20",
    "22"
  ],
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.22",
    "export PATH=\"$HOME/.yarn/bin:$PATH\""
  ],
  "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"
  ]
}