Questions tagged [continuous-integration]
Continuous integration (CI) is the software engineering practice of integrating code continuously and frequently rather than wait for changes to accumulate causing code conflicts to accumulate. Usually these changes are verified automatically using build and test processes.
135 questions
Score of -1
2 answers
689 views
Is there a free rocky linux monitoring tool? [closed]
I am currently looking for a tool to monitor the performance of two Rocky Linux desktop computers. It should monitor aspects such as the CPU, RAM, disk, and network usage (similar to the Windows Task ...
Score of 1
2 answers
355 views
How should databases be configured for different environments to not lose data
How to configure databases for development, staging and production environments so that there will be no any data loss. Many Applications such as Wordpress, Django, etc... use some database to store ...
Score of 0
1 answer
370 views
Cannot execute nested command on remote host over ssh tunnel
Im running the following command in my GitLab CI job:
ssh ${REMOTE_HOST} "docker restart $(docker ps --format '{{.Names}}' | grep '^backend')"
The problem is that it returns me the ...
Score of 0
0 answers
347 views
Continous delivery using Gitlab, Foreman and Puppet
We are using different tools to orchestrate our environment. On one side, we have Puppet and Foreman to deploy our different server applications, on the other side, we are using Gitlab in order to ...
Score of 0
1 answer
165 views
Keep GitLab environment running in Docker container
I'm aiming to deploy an environment for testing. It's a PHP application, and I could simply serve the PHP files using the embedded server.
My .gitlab-ci.yml is plain simple:
docker_test:
stage: ...
Score of 0
1 answer
371 views
Deploying monorepo without SSH
Full Disclosure: I'm a DevOps noob.
I am running a MERN mono repo on an EC2 instance. Originally, I would always SSH into my machine, pull from the repository, and build again. But there are problems ...
Score of 0
0 answers
3938 views
Mount volume to build image used by gitlab runner
I have custom image where I want to run some tests which require installed app which in turn need openGL context. I can run it in container composed this way and manually build project and run tests. ...
Score of 0
0 answers
445 views
Build pipeline to upload .jar package to AWS Lambda
So far according to the documentation at https://docs.aws.amazon.com/lambda/latest/dg/java-package.html, the only way to upload .jar code to an AWS Lambda function would be to manually upload the file ...
Score of 2
2 answers
404 views
How to implement Continuous Integration with Puppet and multiple services
We're trying to implement a Continuous Integration pipeline in our environment. We have a lot of different services, each with its own Git repository. Deployment is done via Puppet, using an external ...
Score of 4
0 answers
554 views
Is there a way to configure Bitbucket to show compiler warnings in PRs?
A common problem we have at work is people committing code without having noticed that they're increasing the number of compiler warnings.
The ultimate goal is to make warnings errors, but until the ...
Score of 3
1 answer
2563 views
Docker/Podman in Docker fails as a GitLab CI job
Context
I am running my own GitLab instance with an extra server for CI. In case it matters my host for the gitlab runner has CentOS 8 and the gitlab runner is version 14.4.0 and the gitlab instance ...
Score of 1
1 answer
1168 views
Jenkins Linux Master + Windows Build agent?
Will a Jenkins Linux master work with a Windows build agent? Does anyone know if this set up can be achieved and is supported? Just looking for a proof of concept and that this can work so I can ...
Score of 3
1 answer
6452 views
Jenkins: Difference between job and workspace/job?
In most recent version of Jenkins on centos 7.9, what is the difference between /var/lib/jenkins/jobs/ and /var/lib/jenkins/workspace/?
They both look like they house the same thing (artifact of a ...
Score of 1
2 answers
477 views
How does Google Cloud Platform handle database backups with --async flag?
I'm currently working on adding an extra step to our companies CI/CD pipeline so we make backups of the database before making a deployment that could potentially run migrations on our database.
To ...
Score of 0
0 answers
619 views
Azure: When Deploy FunctionApp to slot -> Error: Package deployment using ZIP Deploy failed. Refer logs for more details
I'm using Azure DevOps and their CI/CD pipelines.
When I deploy my Windows FunctionApp to a slot I get this error:
2021-05-04T13:10:14.0501876Z ##[error]Failed to deploy web package to App Service.
...