failed Pipeline #2024 triggered by
Ajeng Putri Kinasih
@ajengwahyu

first

9 jobs for master in 1 minute and 52 seconds (queued for 1 minute and 54 seconds)
Status Name Job ID Coverage
  Build
failed build #4016

00:00:21

 
  Test
skipped brakeman-sast #4019
allowed to fail
failed code_quality #4018
allowed to fail

00:00:21

skipped eslint-sast #4020
allowed to fail
skipped nodejs-scan-sast #4021
allowed to fail
skipped phpcs-security-audit-sast #4022
allowed to fail
skipped secret_detection #4024
allowed to fail
skipped semgrep-sast #4023
allowed to fail
failed test #4017

00:01:09

 
Name Stage Failure
failed
test Test
       
- Node version not specified in package.json
https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version

Love,
Heroku

Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
build Build
Skipping Git submodules setup
Executing "step_script" stage of the job script
Using docker image sha256:32e6c034cd671a75d3c39f5523317b1278ede2325bdd248d4bc6152e3b9c6bba for registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v1.0.0 with digest registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image@sha256:80cf4f25f26d13027bbc0ab12cb475d49d13ab8b24144414caaf6476ef956a67 ...
$ if [[ -z "$CI_COMMIT_TAG" ]]; then # collapsed multi-line command
$ /build/build.sh
Logging in to GitLab Container Registry with CI credentials...
error during connect: Post http://docker:2375/v1.24/auth: dial tcp: lookup docker on 203.6.149.10:53: no such host
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
code_quality Test
$ function propagate_env_vars() { # collapsed multi-line command
$ docker pull --quiet "$CODE_QUALITY_IMAGE"
error during connect: Post http://docker:2375/v1.40/images/create?fromImage=registry.gitlab.com%2Fgitlab-org%2Fci-cd%2Fcodequality&tag=0.85.24-gitlab.1: dial tcp: lookup docker on 203.6.149.10:53: no such host
Uploading artifacts for failed job
Uploading artifacts...
WARNING: gl-code-quality-report.json: no matching files
ERROR: No files to upload
Cleaning up file based variables
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.