failed Pipeline #2627 triggered by
Elvin Kukuh
@elvin

coba CI/CD

5 jobs for main in 32 seconds (queued for 7 minutes and 37 seconds)
latest
Status Name Job ID Coverage
  Main
failed main #6397

00:00:32

failed main #6387

00:00:24

failed main #6386

00:00:47

failed main #6372

00:00:25

failed main #6371

00:00:27

 
Name Stage Failure
failed
main Main
Setting up libxext6:amd64 (2:1.3.4-1build1) ...
Setting up xauth (1:1.1-1build2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
$ lftp -c "set ftp:ssl-allow no; open -u $USER,$PASS $HOST; mirror -Rnev --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/ --exclude assets/ "
open: GetPass() failed -- assume anonymous login
open: ,elvin: Name or service not known
mirror: Not connected
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.