initial

3 jobs for !11 with red-develop in 1 minute and 21 seconds (queued for 1 second)
detached
Status Job ID Name Coverage
  Build Sit
failed #481
build sit

00:00:24

failed #480
build_sit

00:00:30

 
  Clean Build Sit
passed #482
clean_build_sit

00:00:26

 
Name Stage Failure
failed
build sit Build Sit
$ chmod 700 ~/.ssh
$ echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsa
Identity added: (stdin) ((stdin))
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh -tt centos@13.251.192.208 "sudo mkdir $root_path/sit"
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
mkdir: cannot create directory ‘/var/www/gitlab_variable_red/sit’: File exists
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1
failed
build_sit Build Sit
Connection to 13.251.192.208 closed.
$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $testenv"
Connection to 13.251.192.208 closed.
$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $TIRdevINI"
Connection to 13.251.192.208 closed.
$ ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/api-main-service/docker-compose.yml down"
ERROR: .IOError: [Errno 2] No such file or directory: '/var/www/gitlab_variable_red/sit/red-ci-cd/api-main-service/docker-compose.yml'
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1