Most voted "continuous-integration" questions
It is a practice where teams often integrate their code so that automated processes are executed such as builds, tests, analysis, etc. The main advantage is its automation, which provides repetition and reliability at all stages of the process, offering instant feedback, being one more way to bring security to the development process.
Learn more…32 questions
Sort by count of
-
27
votes2
answers13039
viewsWhat is CI/CD? Benefits and Risks
It’s very easy to find the answer to the concept on Google but wanted to understand how it works in practice. I know that the Amazon, for example, code migration for each production few seconds. Can…
-
26
votes4
answers1508
viewsWhat is the difference between continuous integration and continuous delivery?
They are two widely used terms, and often even as synonyms. But what is the difference between them (if any)? What are the most common tools used in both scenarios?
terminology software-engineering continuous-integrationasked 7 years, 9 months ago ldeoliveira 2,015 -
11
votes1
answer395
viewsContinuous integration and agile methodologies
Continuous integration is obligatorily related to agile methodologies? My question is: Is it possible to integrate in order to enable continuous delivery even though there is no agile methodology in…
-
10
votes2
answers3697
viewsHow to schedule releases on continuous integration with Jenkins?
I’m using the Jenkins tool for continuous integration, it’s working normally. I tried to leave scheduled to build every 3 hours, so I checked the checkbox "Build periodically" and left as follows: *…
-
9
votes2
answers3152
viewsBuild generation in the Maven project
I would like to generate a Java build using Maven, where the generated file name . jar was the same number as the last revision of the SVN repository. Example: My last build generated has the…
-
9
votes2
answers2414
viewsWhat is Travis CI?
I am doing a research on software testing (integrated test environments, debugging and maintenance) and I found this Travis CI, but my English is not very good and I did not find articles in…
-
5
votes1
answer212
viewsIntegration test connected to an FTP
It is possible to-or if there is a tool that enables me to send certain purchases of a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after…
-
4
votes2
answers405
viewsDaylight saving time at Jenkins
I have an instance of Jenkins running on a Windows Server 2016 and this server is on time. I have some Jobs set up to run with specific time, but they are running a one hour early, as if with…
-
3
votes1
answer50
viewsChange csproj value through Teamcity
Hello, everybody. I am using Teamcity for .NET. I have set up some projects, and the build-Steps basically consist of building the application with the Visual Studio (.sln) Runner and run unit tests…
-
3
votes2
answers2488
viewsTest coverage using Sonar
I wonder if anyone there has ever used the Sonar to do coverage analysis of tests, I have the following problem, I have two projects. Project A: It is implemented my tests using Selenium + Testng…
testing integration continuous-integration selenium sonarqubeasked 10 years, 3 months ago guilhermeNatan 33 -
3
votes1
answer353
viewsCan I set up Gitlab-CI to only run a particular job with a branch name Pattern?
I’m using Gitlab for code evolution management. It’s all quiet about it. Usage merge-requests to review code changes. I also generally use the Gitflow, only using the name rc-* for launch branches…
-
3
votes1
answer415
viewsWhat are "Stages" and "Jobs" in the context of Gitlabci?
Seeing here the option of put the IC in Gitlab (https://docs.gitlab.com/ee/ci/README.html). I was in doubt about the nomenclature they use. They say it all goes in one pipeline…
-
2
votes0
answers260
viewsAutomated interface testing with Jenkins
I’m using Casper.js to test the interface of my application and wish to integrate with the Jenkins, but in one of the tests it is necessary to upload and download files (.xlsx and . zip). How do I…
-
2
votes0
answers150
viewsPipeline change environment variable
I have an environment variable of project level defined with the value X. During the execution of the pipeline, given a certain condition, I need to change the value of this variable to Y. The value…
-
1
votes1
answer112
viewsWhy does the cd command not work via ssh on the GOCD?
I’m trying to run the command down at the terminal GOCD, but always the error occurs: Commando ssh root@host 'cd /var/www/gda-frontend/ && docker-compose up -d --build' Error bash: cd…
-
1
votes1
answer63
viewsHow to run a Docker container with private Ownership?
When using portainer.io in version 1.14.2 and listing all containers you can see the Ownership column. Through the portainer interface it is possible to modify to private and change the access…
-
1
votes0
answers85
viewsEvolution of the code-controlled data model
In a scenario where the application is deployed for production through a pipe line run by an CI server, where the server performs the following tasks: Installs front end and back end dependencies.…
database relational-model automation continuous-integrationasked 8 years, 1 month ago Dimi Antoni Vargas 316 -
1
votes0
answers235
viewsWhat is the best way to work with continuous integration without using Docker?
I have an e-commerce application in php that has more than 30k files. I am implementing the continuous integration process with Jenkins + SVN + Automated testing ( build and deploy ). But the…
-
1
votes0
answers107
viewsDocker Hub + Travis-ci: how to generate an automatic Description?
I have been struggling for 9 hours to achieve a continuous integration between Github > Travis-ci and Docker hub. So far I’ve managed to achieve the following goal: I push to Github, at this…
-
1
votes1
answer224
viewsError building with Jenkins and Msbuild
I’m trying to create a build job in Jenkins, I’ve already set up the folder where he searches the Msbuild.exe and also the plugin however at the time I put it to run gives this error: ` C: Program…
-
1
votes0
answers90
viewsDoubt about CI/CD to build and release Docker containers?
I am building a Docker container release pipeline in Gitlab and Azure Devops. But I came across the following situation: Step do build: docker build -f ./caminho_docker_file -t nome_minha_imagem .…
docker docker-compose gitlab continuous-integration azure-devopsasked 4 years, 12 months ago Luiz Lanza 600 -
1
votes1
answer26
viewsHow to publish Maven artifacts in Jitpack with "Flavour" defined by Maven profile?
I have a number of dependencies that I now need their normal "flavor", time I need their "flavor" without Amblas. I’ll take care of it by profiling retrolambda enabled or not. One of my projects I…
-
0
votes1
answer228
viewsUsing Multiple Threads to Run a Faster Build on Maven
What the Maven offers in terms of parallelism for the execution of builds? If I execute one build in a machine with more than one processor, how can I take advantage of more resources for…
java maven multithreading parallelism continuous-integrationasked 9 years, 4 months ago Filipe Miranda 3,138 -
0
votes0
answers10
viewsHow to return an error code in bash if a condition is not true?
I’m using the Travis-ci for an ongoing integration process, however, I’m having difficulty performing a specific validation after installing some components (apache, php...). I currently have the…
continuous-integrationasked 6 years, 10 months ago Fábio Jânio 3,407 -
0
votes1
answer40
viewsChaining of pipelines
I’ve got two Jenkins (A and B). What I need is that job A, after finishing, start the job execution B. Since I need a user’s approval for this to happen. //algo do tipo executarJobB = input(…
-
0
votes1
answer251
viewsHow do I use Jenkins to see which files were modified in the commit?
I am working with PHP and Mysql on Windows, my repository is in Gitlab. I wish to use Jenkins to run a job or pipeline when pushing to the repository. The job should check the changed files in the…
-
0
votes1
answer60
viewsGitlab CI passes the test even with error
I’m working with python/flask in an application. I want to test the Gitlab CI, so I ran a test that generates an error, just to see how it works. But, it turns out that the IC passes the Job even…
-
0
votes0
answers146
viewsFailed to stop testeci.service: Interactive Authentication required
I’m trying to restart a service in the successful execution of a JOB in Jenkins. Everything works except the fact that Jenkins can’t execute the command systemctl restart testeci.service. It returns…
-
0
votes1
answer50
viewsGitlab-CI.yml does not share ratings
I’m trying to automate a build using gitlab-ci.yml, but I’m having some problems. Apparently each Stage creates a new container of the image I chose. I guess I’m new to this CI/CD world so maybe the…
-
0
votes0
answers24
viewsHow can I allow my SQL Server container created by the Jenkins contaner to get the file view . Bak from my host?
I would like my SQL Server container created by the Jenkins contaner to get the file view. Bak from my host so that I can restore some banks. How can I accomplish this task? Details of my…
-
-1
votes1
answer69
viewsHow to publish a package to NPM with custom CLI
I created a folder structure developed for project in Nodejs, but I would like to publish it in NPM with a custom CLI, so that it was possible to choose what to install, something like:…
-
-3
votes0
answers26
viewsHow do I run Github Actions in the `deployment_status` event but only for the QAS Branch?
I need github actions to run only on the QAS branch and with deployment_event. At the moment I’m implementing in this way name: Cypress on: [deployment_status] jobs: e2e: if:…