Questions tagged [ci]
The ci tag has no usage guidance.
3
questions
0
votes
0
answers
11
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
...
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 ...
0
votes
1
answer
952
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. ...