Questions tagged [ci]

4 questions
0
votes
1 answer

send a folder to a FTP with cli without prompting in UBUNTU

I' using a ci/cd environment on circleci that runs on ubuntu. I'm trying to send a folder (eventually delete old files) to a FTP address. I've tried ftp and lftp but I think they use prompt to connect to the FTP. I would like to avoid bash scripts…
JSmith
  • 103
0
votes
1 answer

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 ● jenkins.service - Jenkins Continuous…
i.am.it
  • 11
0
votes
1 answer

"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 "Permission Denied" when I try to run ci on the…
Burmy
  • 3
0
votes
1 answer

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. When Ansible connect to remote server(Server-2), run…