failed Pipeline #953 triggered by
Wolfgang Knopki
@knopkiwg

created .gitlab-ci.yml for deployment to production server...

created .gitlab-ci.yml for deployment to production server transfer.hft-stuttgart.de/3ds_visualization_cesium/
1 job for master in 4 seconds (queued for 3 seconds)
Status
Job
Stage
Name
Duration
Coverage
deploy
pages-master
00:00:04
Name
Stage
Failure
deploy
      Initialized empty Git repository in /opt/tomcat9/builds/gCnQN1L7/0/gitlab/01kran1mvm/3ds_visualization_cesium/.git/
Created fresh repository.
Checking out e884cac7 as master...
Skipping Git submodules setup
Executing "step_script" stage of the job script
$ mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
$ cp -r !(.gitlab-ci.yml) "$EXPORT_DIR/$CI_PROJECT_NAME"
bash: eval: line 96: syntax error near unexpected token `('
ERROR: Job failed: exit status 2

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.