I have never had much luck with IE, I only use Firefox or Chrome for
Jenkins...not sure about anyone else
- Original Message -
From: "Anne B Horton"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, June 4, 2014 11:15:00 AM
Subject: RE: EXTERNAL: Re: How to debug inability to cre
Out of curiosity, have you tried this in a different browser?
- Original Message -
From: "Anne B Horton"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, June 4, 2014 9:19:23 AM
Subject: How to debug inability to create a new job
Jenkins experts,
When trying to create a ne
Then I would suggest creating a batch script or something that starts the
service when the user logs in by putting it in the startup folder.
- Original Message -
From: "Mark Mikulec"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, May 1, 2014 10:19:52 AM
Subject: Re: Running a j
I'm not sure about that. Is there a reason you need to use a custom account
instead of local system?
As I said, you could set up a slave service to run on this machine for certain
jobs and have that be under local system.
- Original Message -
From: "Mark Mikulec"
To: jenkinsci-user
It really shouldnt affect the other jobs, however, to be safe you could set up
a slave service on the main jenkins box so that it has the main jenkins service
and a slave service. Set up that particular job to run on that slave rather
than the master.
- Original Message -
From: "Mark M
Yeah you should be able to install the slave as a service
Go into services, right click on the slave service and go to properties
Go to the "Log On" tab and check the box that says "Allow service to interact
with desktop"
- Original Message -
From: "Eric Pyle"
To: jenkinsci-users@goo
Try this:
Open Java in your control panel
Go to the "Security" tab
Click "edit site list"
Click "Add"
Enter in the root url of your jenkins server
Not 100% sure if that will work for you, but I believe we had to do that with a
couple of our build machines running java 7. You might get th
Try an environment variable like this for your groovy script:
${ENV(var: "testname")}
- Original Message -
From: "mickeys"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, April 30, 2014 10:02:00 AM
Subject: Re: How to get a parameter into my Email-Ext plugin
Hi,
thx for a
Try adding this to the jenkins xml on the actual slave:
-Dcom.sun.management.jmxremote.port=8082 (or whatever port number you need)
Or under Configure global security you can use a fixed port for all slave
agents
- Original Message -
From: "Chris Stephens"
To: jenkinsci-users@goo
I would update the plugin. There was a fix I in 2.35 related to this:
2.35 (October 12, 2013)
• Refactored descriptor to follow recommended method
• Added tests for global config default values
• Updated to latest LTS for parent version
• Updated exclusion list to be for fu
what version of the email-ext plugin are you on?
- Original Message -
From: sonar...@gmail.com
To: jenkinsci-users@googlegroups.com
Sent: Friday, March 21, 2014 6:56:19 AM
Subject: Editable Email Notification parameters are not saved
Hi everyone,
I am trying to modify the default
Having Developers checked should do the trick for you:
- Original Message -
From: "kgiloo"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, March 20, 2014 7:20:11 AM
Subject: Re: "Send to committers" missing option
enclosed what i have in my configuration...
On Thursday,
:18 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Jenkins is down hard
I apologize, looks like you said these plugins were newly added...seems odd
that it would break the jobs then.
- Original Message -
From: "k thieling" < k.thiel...@comcast.net >
To: jenkinsci-us
I apologize, looks like you said these plugins were newly added...seems odd
that it would break the jobs then.
- Original Message -
From: "k thieling"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, March 11, 2014 2:15:37 PM
Subject: Re: Jenkins is down hard
Dis
Disabling and uninstalling them will definitely still break your jobs as it
sounds like the jobs have configurations that refer to these plugins. Before
you uninstalled them you should have had the option to downgrade, not sure if
you tried that or not...
If you remember the version you were
I'm not sure what that is referring to, but do you recall which plugins you
updated?
You might be able to add some files to the plugin folder for those plugins with
name "pluginname.jpi.disabled" and start up Jenkins again.
That should prevent the plugin from trying to load and then you mig
Try going to Java in Control Panel > Programs.
Then go to the Security Tab, and click on edit site list. Add your jenkins base
address there
- Original Message -
From: "Jeremy Morton"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, January 15, 2014 2:22:08 PM
Subject: Re: Re
You could either restart the container or if you go to "Manage Jenkins" in the
web UI the 3rd option down should be "Reload Configuration from Disk"
- Original Message -
From: "Andy Jewell"
To: jenkinsci-users@googlegroups.com
Sent: Friday, January 10, 2014 10:22:24 AM
Subject: Re: W
For this then you should be able to use the Copy artifact plugin .
- Original Message -
From: "Liora Milbaum"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, January 8, 2014 1:01:17 AM
Subject: Re: shared workspace
Thanks for the input.
The symbolic link option is not availa
It works for what we need it for, which actually isn't matrix jobs. Our setup
was more in an interest of saving space and not having to keep expanding VM
hard disk space as jobs are added. With a much larger network location storage
space we can have multiple smaller slaves to handle the job loa
I was able to do this by getting a network location set up and then using
symlinks on the slave machines as the workspace directory that point to that
network location.
- Original Message -
From: "Liora Milbaum"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, January 7, 2014 5:00
If you need to use a build file then you might just have to include it with the
project to get checked out with the code, then the batch script is in the
project workspace.
Otherwise the slave would need the file on it locally and you can tell the job
where to find it on that machine. If you
It would seem that all of your jobs have some configuration setting in them
that will no longer work with the update. Possibly something that core can't
display or something with one of the plugins...a bit tricky.
We have run into an issue where after updating core, any build with a promotion
I believe it is just 1234
- Original Message -
From: "Dan Tehranian"
To: jenkinsci-users@googlegroups.com
Cc: "Jenkins Dev"
Sent: Tuesday, November 19, 2013 11:32:27 AM
Subject: Re: Addressing Jenkins scalability
Hi Alyssa,
The Webex site wants a password to join...
Dan
O
The only way I know how is to copy the old war file back in and start the
service.
1.536 can be found here: http://mirrors.jenkins-ci.org/war/1.536/
- Original Message -
From: "Eric Wood"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, November 14, 2013 11:50:07 AM
Subject: U
You might also be able to use a symlink that points to the mapped/network drive
- Original Message -
From: "Slide"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, October 16, 2013 5:30:09 PM
Subject: Re: Possible to deploy Jenkins artifacts to NFS share from windows
slave?
O
Stopping the Jenkins instance should do the trick
- Original Message -
From: "Lance E CTR Mead (US)"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:10:52 PM
Subject: RE: Password for unknown user (UNCLASSIFIED)
Classification: UNCLASSIFIED
Caveats: NONE
Strange, is it in some sort of container where you need to stop tomcat or
apache or something like that?
- Original Message -
From: "Lance E CTR Mead (US)"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:53:12 PM
Subject: RE: Password for unknown user (UNCLA
probably need to kill java?
- Original Message -
From: "Lance E CTR Mead (US)"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:22:05 PM
Subject: RE: Password for unknown user (UNCLASSIFIED)
Classification: UNCLASSIFIED
Caveats: NONE
I have closed the edi
You should be able to edit the main Jenkins config.xml file. With Active
Directory on it should look something like this:
true
somedomain.com
BunchOfLettersAndNumbers=
Update it to look something like this (make a backup first : ) ):
true
Then res
Awesome, to start it back up then, you should be able to run:
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
- Original Message -
From: "Ed Keith"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, September 4, 2013 8:25:04 AM
Subject: Re: How do I stop J
This might be a possibility on the Mac:
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
- Original Message -
From: "Ed Keith"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, September 4, 2013 8:03:57 AM
Subject: Re: How do I stop Jenkins?
Thank, I used
Not too familiar with running the Jenkins app on Mac, only Mac slaves, but if
you can get to command line you should be able to run something like:
ps -ef | grep Jenkins
then kill that process...
- Original Message -
From: "Ed Keith"
To: jenkinsci-users@googlegroups.com
That depends on how you are running Jenkins.
Windows service? / Linux? / Tomcat? / Inside some other container?
- Original Message -
From: "Ed Keith"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, September 4, 2013 7:31:02 AM
Subject: How do I stop Jenkins?
I can't
Possible session stuck open? Maybe try a reboot of the build machine if
possible?
If you delete the workspace manually, will it then build, and then rebuild?
- Original Message -
From: "Justinas Urbanavicius"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, August 7,
Not sure if this is the issue, but I have seen similar cases when I have been
inside of the workspace path somewhere when trying to build. In other words if
any user is currently looking at that workspace, the build won't be able to
delete.
- Original Message -
From: "Justinas Urbanav
When viewing the node you should have the option in the top right corner to
"Mark this node temporarily offline"
This will show the node as offline but not actually break the connection with
the machine.
- Original Message -
From: "Tânia Magalhães"
To: jenkinsci-users@google
Your questions seems a bit confusing. Are you asking how you can make it so
that the jobs are the same build number?
Or are you asking how you could make it so that job2 is always 1 build number
higher than job1?
- Original Message -
From: djx...@gmail.com
To: jenkinsci-user
I believe you will need to use the parameterized trigger plugin for this:
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
- Original Message -
From: "Mayank Jhawar"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, June 20, 2013 12:04:25 PM
Subject: Passin
Try running netstat, I think with the -n option to see what is using that port.
It should list out the PID which you can check in task manager then.
- Original Message -
From: "Sairam Sankaran"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, June 19, 2013 3:15:34 PM
Subject: R
It shouldn't need it unless your environment requires it, which yours must.
Mine is set up without authentication.
You may have to work with your IT team to figure out why you are getting
rejected. The mail server might just be rejecting anything from the Jenkins
server IP or at least so
Might sound weird, but have your tried your company mail server without using
authentication?
And does it fail even when you try using the test checkbox and send an email
from the config page?
- Original Message -
From: "Sairam Sankaran"
To: jenkinsci-users@googlegroups.com
You should still be able to set it up just to poll the SCM at 8 every day.
Polling the SCM will only trigger the job if there actually were changes.
- Original Message -
From: "David Aldrich"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, June 19, 2013 10:54:10 AM
Subject: RE
My understanding and what I have come across is that it does not stop polling.
I have a job set up that takes about 20 minutes to run and polls an SVN
repository. If a change occurs, the job is triggered, and if a change occurs
while the job is building, the next build will sit in the queue
Try changing the service over to running as the local system account. Then you
should be able to add permissions on the share for that entire machine name.
- Original Message -
From: "ChrisK"
To: jenkinsci-users@googlegroups.com
Sent: Friday, June 14, 2013 2:48:15 PM
Subject: Which
I'm not sure if the wild card is supported this way. I have only ever just
done something like *.exe or *.msi, but that is just me...
Have you tried listing them out completely to see if they even archive then?
You could try just doing * and then use the advanced option to exclude the D
Woops, didn't even notice the random option of "H" somehow...
With that, the syntax you have appears to be correct. Is there a JIRA ticket
in for this maybe already?
- Original Message -----
From: "k thieling"
To: jenkinsci-users@googlegroups.com
Sent:
This should work:
00 22-06 * * *
However, I believe this would run at the top of every hour between 10pm and
6am. If you are just wanting it to run once, I would just specify the time you
want it to run every day.
Something like:
00 02 * * *
So, 2am every day
- Origi
Well, you would first have to figure out which section of the configuration is
causing the problem. Each configuration section is in its own tag in the
config, so you should be able to just remove certain sections to find the
cause. Once you find it, it might just be updating a plugin, or up
It is possible that plugin versions or the version of Jenkins is not the same
as the other server and a configuration setting is causing a problem with it
being displayed.
Are you using promotions?
- Original Message -
From: "michael browning"
To: jenkinsci-users@googlegroup
What command are you running to start the slave?
I had trouble with a Mac and had to add a java argument in...example:
java -Djava.awt.headless=true -jar slave.jar -jnlpUrl
http://jenkins.domain.com/jenkins/computer/Mac/slave-agent.jnlp -secret
someNumber
I had to add the "-Djava.aw
You should just be able to copy everything from the "jobs" folder on the
current master, over to the new "jobs" folder, on your new install. Depending
on how much you hold onto, the transfer could take quite a while.
I currently have it set up so that all of my job configs, history, artifa
I believe you would have to have it as follows:
JOB_NAME = ${JOB_NAME}
This creates the JOB_NAME as the environment variable that is set to the actual
Job name in Jenkins.
Now it will depend on the type of script you are using to be able to refer to
the variable.
If it is a batc
I don't think you need a plugin for this. There should be a checkbox under the
"Build Environment" section of the job called "Set Environment Variables"
There, I believe you should be able to do JOB_NAME=$JOB_NAME
- Original Message -
From: "Z W"
To: jenkinsci-users@googlegroups.co
If you restart Jenkins, do the builds reappear?
- Original Message -
From: "Schalk Cronjé"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, May 28, 2013 5:35:36 AM
Subject: Old jobs just disappearing from UI
I have one job which takes about 40h to complete. It is a big test setup
Yeah that is different than the ext plugin so there would be no Advanced
button. The delete button should be all the way to the right...not aware of
any bugs about this. If it is absolutely not there, maybe try a different
browser to access Jenkins?
Otherwise, you should be able to go in
Is this the Email ext plugin? So, in other words, the editable email
notification? Strange that there would not be a delete button there, but you
should be able to go to advanced, and uncheck the box for the failure trigger.
- Original Message -
From: "John Dexter"
To: jenkinsci-use
What are you having trouble with?
The windows installer can be downloaded here: http://jenkins-ci.org/
Click on Windows under the natvie package section. It will run as a service.
- Original Message -
From: "lance e mead ctr"
To: jenkinsci-users@googlegroups.com
Sent:
What is the OS? Is it installed as a Windows service?
Have you tried downloading the slave.jar file again directly from the master
server?
- Original Message -
From: "DGupta"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, May 14, 2013 12:15:00 PM
Subject: Re: TCP Slav
Does anyone have any thoughts about this?
- Original Message -
From: "KT"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, May 8, 2013 10:11:20 AM
Subject: Discard Old builds/Artifacts
There is a Discard old builds option in Jenkins jobs with a few different
options.
W
What is the OS of the slave?
If you disabled security, does it end up working again? If so, what port?
Maybe something else is using that port already...
- Original Message -
From: "DGupta"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, May 14, 2013 12:36:49 AM
Subje
Currently it sounds like my security setup is the same as yours Constin. I
have AD enabled and set to Logged in Users can do anything.
I still get the option to lauch with the JNLP agent and then install it as a
Windows service.
What do you have it set to for "Launch method" in the co
62 matches
Mail list logo