hudson Questions
10
I have deployed Jenkins in my CentOS machine, Jenkins was working well for 3 days, but yesterday there was a Disk space is too low. Only 1.019GB left. problem.
How can I solve this problem, it ma...
49
Solved
I'm trying to configure my e-mail on Jenkins/Hudson, and I constantly receive the error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be
non-empty
I've seen...
Holloman asked 22/7, 2011 at 0:35
3
I have complex jobs with a lot of parameters, is there any way to validate those parameters using JavaScript form validation or with some other methods, and if the user's input isn't not correct, i...
Fortitude asked 18/7, 2016 at 17:16
15
Solved
We have a Jenkins server which has successfully built our code over 200 times - until a couple of days ago.
We are now getting an error to indicate that Jenkins was unable to delete the workspace...
4
Solved
I'm currently using Zend Framework in conjunction with PHPUnit to conduct unit testing on an application. When Hudson executes the PHPUnit shell command, the maximum PHP memory limit is reached som...
Overcome asked 8/10, 2010 at 23:49
12
I had a simple automation process to write which needed to copy a few files from linux server to windows via SSH. This can be accomplished using putty.
SSH, as part of the protocol, verifies the h...
4
Solved
I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...
Highup asked 10/8, 2011 at 19:6
3
Solved
I have been debugging this for awhile now, and I'm hoping someone could shed some light here.
I have a Maven project that is added into Jenkins, using JDK 1.6. I'm using AOP in this project to han...
Waybill asked 5/12, 2011 at 21:12
12
Solved
Does anyone know how to increase the the timeout window before Jenkins logs out a user? I'm looking to raise it to 1 day or so.
I work in and out jenkins all day and we keep getting logged out bet...
17
Solved
I recently updated the configuration of one of my hudson builds. The build history is out of sync. Is there a way to clear my build history?
Please and thank you
Swivel asked 4/8, 2010 at 21:51
7
Solved
I am trying to create a bash script for setting up Jenkins. Is there any way to update a plugin list from the Jenkins terminal?
At first setup there is no plugin available on the list
i.e.:
java...
Doeskin asked 10/10, 2011 at 8:5
5
Solved
I have two jobs(A and B) that I want to B is triggered by A with the git commit used by A after A is successfully built.
The build trigger plug-in supports trigger the downstream job with the git ...
Schoolfellow asked 14/11, 2011 at 2:36
14
Solved
I'm running Ubuntu 11.10 and have run sudo apt-get install jenkins to install Jenkins on this system.
I've seen some tutorials on how to setup a reverse proxy (Apache, Nginx, etc), however this is...
Aircraftman asked 17/2, 2012 at 14:54
22
Solved
I am running Jenkins from user jenkins thats has $PATH set to something and when I go into Jenkins web interface, in the System Properties window (http://$host/systemInfo) I see a different $PATH.
...
Jujutsu asked 28/4, 2011 at 12:12
8
Solved
The horror stories I found while searching for an answer for this one...
OK, I have a .sh script which pretty much does everything Jenkins supposed to do:
checks out sources from SVN
build the p...
5
Solved
I have a large task ahead of me...modifying several hudson jobs' configuration. What I would want is to do it from command line. But per my experience, hudson will not re-read the configuration unl...
Winny asked 7/3, 2011 at 6:29
10
Solved
How do you tag your release versions in git?
Now I have each release identified by build number, but they increment even if there are no changes in the repo. My idea is to have it generated automa...
3
How can I pass the build parameters to the email-ext jelly template?
Before making some builds I would like to put a different custom message/some announcement/non-code changes, decisions etc. I'm ...
5
Solved
I have a Jenkins Slave (A Windows PC) which has the JAVA_HOME environment variable. I updated the Java version on the Slave so I also updated the Environment Variable.
When I look at the system p...
Alkyne asked 15/12, 2011 at 16:56
4
Solved
I have two Jenkins projects that share a database. They must not be run simultaneously. Strictly speaking, there is no particular dependency between them beyond non concurrency, but at the moment I...
7
In Jenkins/Hudson, with the help of a Postbuild Groovy script, I would like to get one of the following:
an environment variable (e.g. current JOB_NAME, BUILD_NUMBER etc.)
the result of a specifi...
12
Solved
I have two jobs in jenkins, both of which need the same parameter.
How can I run the first job with a parameter so that when it triggers the second job, the same parameter is used?
Payday asked 14/3, 2012 at 15:12
6
Is there an API to determine whether a given job is currently running or not?
Ideally, I'd also like to be able to determine its estimated % complete and get the details of the SVN revision number...
Alamo asked 2/9, 2011 at 15:40
6
Solved
I have a problems with Hudson because my job needs two params for build
the first specifies the environment and can be one of DEV, QA, PROD,
and the second is a specific server, this parameter depe...
Cy asked 23/8, 2013 at 2:24
3
Solved
I have a Hudson job that execute shell script on a remote server.
Its shell command is:
/usr/bin/deployWar.sh ${warfileName}
I marked this build as parameterized, and added a string parameter:
...
Lissome asked 18/7, 2014 at 15:25
1 Next >
© 2022 - 2024 — McMap. All rights reserved.