Questions tagged as 'jenkins'

1
answer

Branch checking time GIT and jenkins

Good afternoon everyone. I've built an integration between GIT and Jenkins so that builds run with publishing parameters on application servers. Then I set up the GIT plugin the project path and in Branch Specifier (blank for 'any') the...
asked by 14.08.2018 / 21:59
0
answers

Jenkins using Jenkinsfile does not report status on github

I have a Jenkinsfile file with the following content: pipeline { agent none triggers { githubPush() } stages { stage('Installing dependencies') { agent { label 'rails' } steps { sh "g...
asked by 14.08.2018 / 00:40
2
answers

Jenkins Update

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, you do not specify the update procedure. In a survey on StackOverFlow in English, I only found...
asked by 19.07.2018 / 22:18
1
answer

Save parametrized variable in Jenkins

I have a parametrized build in jenkins, in case the variable is the number of a version, or a patch. That every time I will build the digit. I would like to save the last value typed in the variable , so I do not need to check the last one I...
asked by 19.06.2018 / 14:09
0
answers

Error while deploying with Jenkins

I'm deploying continuous integration and attempting to build the solution on Jenkins. The build will be done in ASP.NET projects, both webforms and mvc. The configuration is this: TheotherMSBuildsettingshavealreadybeenmade.IfIbuildtheproject...
asked by 12.04.2018 / 17:34
1
answer

Jenkins pack delete all folder directories except 1

I have the directory structure so $ {src.web.dir} / templates / assets_clients / client1 client2 client3 I need to remove all internal folders including .svn minus the client3 folder and its files and directories (client3 is $ {e...
asked by 27.02.2018 / 14:48
0
answers

Jenkins CLI Connection Denied

When running java -jar jenkins-cli.jar -remoting -s http://maquina:9090 get-job TAL -auth user:1457c2 I'm getting a connection denied for some reason. Jenkins version 2.89. Any idea why the error? Stack error: java.io.EOFException at j...
asked by 17.01.2018 / 14:13
1
answer

Jenkins does not compile Maven tests but NetBeans does

I have a difficult problem to solve. When I run Maven's clean install from NetBeans, it terminates the process successfully. When running Jenkins, the process crashes when trying to run the tests, saying that it can not find the classes of my en...
asked by 06.10.2017 / 06:57
0
answers

"Add correct host key in known_hosts" / multiple ssh host keys per hostname?

I have an error that maybe some of the Messrs, have faced between Jenkins and the GIT. The JENKINS machine connects to a GIT machine, but at the time of PUSH if it connects to another machine (replica) will give an error! However I'm doing a...
asked by 27.06.2017 / 00:19
0
answers

Version identification in Web projects

I work with WebServices on multiple glassfish servers, and the version ID is currently in the .war file itself, for example:    test-1.0.war I would like to know if this is the right way, or what would be the right way (web.xml and pom.xm...
asked by 28.03.2017 / 15:00