Most voted "jenkins" questions
It is a continuous integration server
Learn more…53 questions
Sort by count of
-
30
votes2
answers45293
viewsWhat is a deploy?
Each module of the project has a .war and a .war exploded, What are the functions of this artifacts in this "deploy" process? And what is Jenkins' function in that context? I understand that deploy…
-
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: *…
-
6
votes2
answers3727
viewsConfigure Jenkins to build each commit?
I have Jenkins installed correctly and building every 30 minutes, but I’d like to build every commit in the svn repository. I tried to configure the option: Check the SCM periodically, but I was…
-
5
votes2
answers454
viewsJenkins slave build with JDK not previously installed
I have a Jenkins server that orchestrates my build. Overall, it performs lighter builds, but I need the slave to build GWT projects by SSD. I have some freedom with that slave, but he is a resource…
jenkinsasked 7 years, 1 month ago Jefferson Quesado 22,370 -
4
votes4
answers1075
views -
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
votes2
answers384
viewsCode Review at compilation time
I need to do an automatic Code Review on my codes. We used the Jenkins that triggers the compilation with some other validations every day, but at non-commercial times. As the project is very…
-
2
votes2
answers1176
viewsError Building on Jenkins
I’m having a problem configuring the build in Jenkins follows errors: this happens in the job " configuration in the build step", where I choose the version of Maven and then below I need to…
-
2
votes1
answer177
viewsError while deploying to Openshift using my git
Hello. I’m having a very strange problem with my application in openshift. I created in Openshift a Jboss application and added Jenkins. From there I changed the source code source to my git…
-
2
votes0
answers375
viewsHow to automate the deployment process?
Using Jenkins, to get changes to a branch and send immediately to production what are the ways to build the server infrastructure? I mean, there is another possibility to do this besides owning more…
-
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…
-
1
votes1
answer140
viewsGradle - Command line arguments
I have a question about how to pass on the command line an argument where I will pass the NDK path of my Android project. I have locally my local file.properties where I define the path in ndk.dir,…
-
1
votes0
answers85
viewsProblems deploying to Heroku using Jenkins (CI) (Credentials)
Well I have a problem where I am not able to connect to the Heroku git server to be able to push to the server. I’m using Jenkins as an IC tool but I haven’t found a way to use credentials to…
-
1
votes1
answer30
viewsNoclassdeffounderror - Only running via Jenkins
Hello, I have an automation project with Selenium + java + Maven integrated into Jenkins. Today I did a refactor on it moving some classes to new packages. In my machine there is no problem of…
-
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
votes1
answer199
viewsAutomatic deploy with Jenkins/Tomcat7 - Failed to deploy application at context path
I’m trying to set up the automated Jenkins deploy for a Tomcat7 server. I was able to get Jenkins to connect to the Tomcat manager normally, but for some reason almost at the end of the deployment…
-
1
votes1
answer136
viewsSonar + Maven + Jenkins integration
Good morning, everyone, I am setting up an integration server using Jenkins + Maven + Sonar Quebe, but I have the following scenario: 1 - If junit tests fail, Maven stops deploying the application.…
-
1
votes1
answer63
viewsVersioning data recorded in Jenkins
Every setup I have on Jenkins today, as well as users, passwords, CI/CD settings and all the gadgets needed for my projects will be lost if I need to start a new Jenkins installation. How can I view…
jenkinsasked 5 years, 8 months ago Renato Souza 321 -
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
answers488
viewsJenkins pipeline job, to rise container Docker, is not working
I am running on a local machine, just for study, on Windows 7 I am with a project in Jenkins (pipeline), which goes up a Docker image, but when I build the build, it is returning me this error:…
-
1
votes0
answers33
viewsI can’t activate the Rigger build
I have a pipeline in Jenkins configured that was working before, but there was an error in Jenkins and now I can’t activate Rigger. Already deconstructing the Docker container from Jenkins and I did…
jenkinsasked 5 years, 4 months ago Adailton90 11 -
1
votes1
answer45
viewsRead timed out when running Sonarscanner using Jenkins
During the execution of an analysis of the Sonarscanner integrated into the Jenkins, the following message is required on console output: INFO: EXECUTION FAILURE INFO:…
-
0
votes0
answers80
viewsAnt with Junitparams
Guys, I’m using ANT along with Jenkins to do the right continuous integration? I initially use ANT to run automated tests and then build the application. My problem boils down to running automated…
-
0
votes2
answers555
viewsgenerate java artifacts Maven project with Parent on Jenkins
I wonder if someone has already generated package artifacts of a module by the project Parent in Jenkins!? Well, I’ve tried every way I can think of, but so far I’ve only made mistakes! Remembering…
-
0
votes1
answer212
viewsAutomate deploy on Jboss by Jenkins?
What would be the best way to deploy Jboss EAP via Jenkins ? After the completion of the build, if it occurs successfully, I would like to deploy my application, would be better via plugin or create…
-
0
votes1
answer156
viewsDifferences in Jenkins build?
I set up Jenkins to "build" a project from a git repository, I’m using Maven: Warning: JAVA_HOME Environment variable is not set. Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;…
-
0
votes1
answer131
viewsHow to get the "console output" from Jenkins
I use the REST API of Jenkins to get all the information I need with: /api/json?pretty=true. Now I need to get the logs that are on /console, and would like to know if he possesses something…
jenkinsasked 8 years, 4 months ago Victor Tadashi 1,219 -
0
votes0
answers101
viewsVersion identification in Web projects
Working with Webservices on several glassfish servers, and currently the version identification is done in the file . War, example: test-1.0. War I wonder if this is the right way, or what would be…
-
0
votes0
answers73
views"Add correct host key in known_hosts" / multiple ssh host keys by host name?
I’m having an error that maybe some of you have faced between Jenkins and GIT. The JENKINS machine connects with a GIT machine, but at the time of PUSH if it connects with another machine (replica)…
jenkinsasked 7 years, 5 months ago Nícolas Soares 1 -
0
votes1
answer195
viewsJenkins does not compile Maven tests but Netbeans does
I’m having a difficult problem to solve. When I run Netbeans’s "clean install" of Maven, it ends the process successfully. When running Jenkins, the process fails when trying to run the tests,…
-
0
votes1
answer167
viewsSave last entered value in parameterized variable
I have a parameterized job in Jenkins, in case the variable is the number of a version, or a patch. That every time I build a digit. Would like to save the last entered value in the variable, so…
-
0
votes2
answers544
viewsUpdate from Jenkins
I have Jenkins installed on a server with Debian 8. I would like to know the correct procedure for updating the version. In the current documentation, it does not specify the update procedure. In…
-
0
votes1
answer159
viewsGIT and Jenkins branch check time
Good afternoon to all. I built an integration between GIT and Jenkins so that builds run with publish parameters on application servers. Then I set the GIT plugin to the project path and on Branch…
-
0
votes1
answer117
viewsJenkins - Pentaho execute script as logged in user
Good afternoon gentlemen, I’m using Jenkins to run a job in Pentaho, this job runs a script, which simulates user interaction, but as Jenkins runs in the background, it does not associate with any…
-
0
votes1
answer305
viewsHow to Run Sequentially on Jenkins
Good afternoon, I have a project where there are 10 Jobs and I would like to know how to execute all in sequence ( I run the first and even if there is an error, it continues the execution until I…
-
0
votes1
answer21
viewsJenkins Deploy to glassfish4 container
Hello, Basically I build my War using Maven and call the app deploy to container to run an instance of glassfish that is in another container, I point out the paths but I get returned an Exception…
-
0
votes0
answers47
viewsJenkins' CLI connection denied
When executing java -jar jenkins-cli.jar -remoting -s http://maquina:9090 get-job TAL -auth user:1457c2 I am being denied connection for some reason. Jenkins version 2.89. Any idea why the error?…
-
0
votes1
answer221
viewsJenkins pack delete all directories from folder except 1
I have the directory structure like this ${src.web.dir}/templates/assets_clients/ cliente1 cliente2 cliente3 I need to remove all internal folders including . svn minus the cliente3 folder and its…
-
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
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
answer23
viewsDocker - Jenkins Installation - (Docker:dind Command)
Hey there, guys! I’m doing the installation of the Jenkins image on my next Docker this tutorial on Jenkins' own website : https://www.jenkins.io/doc/book/installing/#on-windows I’m checking each of…
-
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
answer37
viewsWhat are the advantages of using Jenkins to run processes in the background?
I’m having contact with a web system where they use Jenkins to execute processes in the background, in this case, queries to generate reports. The user makes the request and the processing is done…
-
0
votes1
answer27
viewsJenkins setup with Nunit error
Good afternoon! I’m trying to set up Enkins to check my tests, but it’s a mistake. I imagine you’re doing something stupid that I don’t understand, could help me? My Windows Command Settings: ""C:…
-
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…
docker docker-compose jenkins continuous-integration docker-windowsasked 4 years, 1 month ago Luiz 23 -
0
votes1
answer41
viewsHow do I pull from the remote gitlab repository in a freestyle Jenkins pipeline?
I’d like to know how to best search for remote repository updates by doing a git pull with a fresh Jenkins pipeline. I am using Jenkins just to get updates on the master and Developer branchs. I…
-
0
votes2
answers43
viewsSending notification to Microsoft Teams by Jenkins. [hostname in Certificate didn’t match]
I have a problem sending job notification at work, here I use the company’s VPN and firewall. Job has been run successfully and it is possible to check in the log that the connector has been…
jenkinsasked 3 years, 10 months ago Jackson Felipe Magnabosco 140 -
0
votes0
answers20
viewsPermission denied (Publickey) in Git while running pipline in Jenkins
Blz, everybody? A very strange situation here: I can build a particular image in Openshift normally but, when trying the same build, with the same repository, in my pipe in Jenkins, he informs me:…
-
-1
votes1
answer58
viewsHow to set Jenkins with 24-hour format
Hello, I would like to know how I can set Jenkins with 24 hours format, because currently it is with 12 hours format. I have already found topics that speak how to change in the English language, I…
-
-1
votes1
answer59
viewsExit code: 139 plugin Sqlplus Jenkins what is this error?
I have a Jenkins working for some time but we need to make the builds integrated with Oracle so I used Sqlplus Script Runner, and this occurring an ero already searched in several places but nothing…