Skip to main content

Questions tagged [ci]

The tag has no usage guidance.

0 votes
1 answer
33 views

Jenkins Continuous Integration Server not starting on Linux EC2 Instance

I am facing a problem starting jenkins after an update on an Linux EC2 Instance. There was an older version of Java installed and i updated using yum command sudo systemctl status jenkins.service ...
i.am.it's user avatar
  • 11
0 votes
1 answer
198 views

"Permission Denied" using RCS commands (ci and co) as root

I've su'd into our company server as the root user (verified with id, I show up as user 0). I'm trying to use the Revision Control System to check in and check out files, but even as root, I'm getting ...
Burmy's user avatar
  • 3
0 votes
1 answer
957 views

Extremely Slow Image Pulls Docker Private Registry

I have two servers: 1.Server-1 (GitLab-CE & Private docker registry) 2.Server-2 (Staging) After build stage and push container to registry inside GitLab CI, next stage is deploy(CD) using Ansible. ...
Nima Ebrazi's user avatar