Questions tagged as 'jenkins'

2
answers

How do I schedule releases for continuous integration with Jenkins?

I'm using the Jenkins tool for seamless integration, it's working normally. I tried to leave it scheduled to build every 3 hours, so I checked the "Build periodically" checkbox and left it as follows: * 3 * * * Letting it in this way genera...
asked by 08.01.2014 / 10:39
2
answers

Configure Jenkins to build build for each commit?

I have Jenkins properly installed and generating build every 30 minutes, but I'd like to build build with every commit in the svn repository. I tried to configure the option: Check the SCM periodically, but I did not succeed. Does anyone k...
asked by 14.01.2014 / 17:55
2
answers

Build in slave Jenkins with JDK not previously installed

I have a Jenkins server that orchestrates my build. Generally, it performs lighter builds, but I need slave to build GWT projects over the SSD. I have some freedom with this slave , but it is a borrowed resource from another company. By...
asked by 30.10.2017 / 14:55
4
answers

Jenkins can not authenticate via SSH in Git

Upload a Jenkins to a VM Ubuntu Server 13 and I'm trying to create a job to be able to clone a repository via SSH. Already configured credentials and via command line works perfectly. Have you missed any steps or settings? WORKAROUND...
asked by 20.02.2014 / 16:30
2
answers

Code Review at compile time

I need to do an automatic Code Review on my codes. We use Jenkins which triggers compilation with some other validations every day, but at non-commercial times. As the project is very extensive and undergoes constant changes during the...
asked by 18.07.2016 / 20:07
2
answers

Error making Build at Jenkins

I have a problem setting up the build in jenkins follows errors: This happens in the configuration of the job "in the build step", where I choose the maven version and then I need to configure the goals, but this step I can not solve. Foll...
asked by 25.07.2014 / 15:36
0
answers

Automated interface tests with Jenkins

I'm using Casper.js to test the interface of my application and I want to integrate with Jenkins , but in one test it is necessary to upload and download files (.xlsx and .zip). How do I make it "accessible" for Jenkins to upload t...
asked by 16.06.2015 / 14:25
0
answers

How to automate the deploy process? [closed]

Using Jenkins, to get branch changes and immediately go to production what are the ways to build the server infrastructure? I say, is there another possibility of doing this besides having more than one machine, "diverting" the requisitions a...
asked by 09.05.2015 / 01:49
1
answer

Error performing deploy in Openshift using my git

Hello. I'm having a very strange problem with my application on openshift. I created in the Openshift a Jboss application and added the jenkins. From it I've changed the source code source to my repository in git. But I get this error at the...
asked by 20.03.2015 / 19:20
0
answers

Jenkins pipeline job, to upload container docker, is not working

I'm running on a local, study-only machine in Windows 7 I have a project in Jenkins (pipeline), which goes up a docker image, but when I build the build, it is returning this error: java.io.IOException: CreateProcess error=2, O sistema não...
asked by 29.06.2018 / 16:28