1.20.3

2 jobs for master in 1 minute and 48 seconds
latest

View job dependencies in the pipeline graph!

You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs: keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.

Provide feedback
Status Job ID Name Coverage
  Build
passed #16560
build

00:01:08

 
  Deploy
failed #16561
deploy

00:00:39

 
Name Stage Failure
failed
deploy Deploy
[INFO] Total time:  21.462 s
[INFO] Finished at: 2023-12-07T22:25:42Z
[INFO] ------------------------------------------------------------------------
$ ssh builder@proxy.mythiccraft.io -p 2222 "mkdir -p /tmp/builds/$CI_JOB_ID && exit"
Warning: Permanently added '[proxy.mythiccraft.io]:2222,[92.119.129.212]:2222' (ECDSA) to the list of known hosts.
$ scp -rp -o StrictHostKeyChecking=no -o Port=2222 ./target/ builder@proxy.mythiccraft.io:/tmp/builds/$CI_JOB_ID/
./target: No such file or directory
Cleaning up project directory and 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).