You can write a simple plug-in that does the job. It requires just one simple
class that gathers the information from the SCM and shows the result. (Or you
add that column class to the mercurial plug-in and create a pull request).
Ulli
Am 05.11.2013 um 07:58 schrieb Andreas Schilling
:
> Hi
Hi everyone!
My research didn't bring any positive results, so I assume it is not
possible but maybe I overlooked something:
is it possible to add custom columns to the jobs view(s)? I know that some
plugins exist that extend the possible columns, but what I need in some
way is to display the c
There are NO gerrit parameters when commits triggered by Query and Trigger
Gerrit Patches.
when commits triggered by manually, below parameters doesn't exist in build
parameters
job -> build -> parameters
GERRIT_EVENT_ACCOUNT
GERRIT_EVENT_ACCOUNT_NAME
GERRIT_EVENT_ACCOUNT_EMAIL
GERRIT
Thanks for the information. Unfortunately, I need to run as a specific
user so the option there to interact with the desktop is not available. I
just discovered a work-around to start the slave from command-line instead
of the service. I just created a .bat that I added to the startup folder
Go into the Services snap-in and right click on the service. Then go to the
LogOn tab and make sure that the checkbox is checked ("Allow to interact
with desktop) if you are running as the local system account. There was a
weirdness that I ran into when one of my jobs had to open Excel that the
"h
Yes, this is a slave machine I setup that is dedicated to running these
Macros. I setup the slaving to launch using Java Web Start. Then once I
launched it the first time I installed the Windows Service. How would I go
about setting this flag to allow it to interact with the desktop?
Thanks!
How are you running Jenkins? Are you running it as a service? If so, the
service needs the flag set that allows it to interact with the desktop.
slide
On Mon, Nov 4, 2013 at 3:03 PM, Peter Soncek wrote:
> Hi Everybody,
>
> I want to run some Microsoft Office Word and Excel Macros from a Jenkin
Hi Everybody,
I want to run some Microsoft Office Word and Excel Macros from a Jenkins
job. These macros are actually invoked from an Ant script. I currently
run these through our older Cruise Control machine that we are replacing
with Jenkins. From the Cruise Control job, Word actually open
Eric,
If you don't care the order that they run, just that they don't run
simulatnously, my first thought is to set up a build executor with only one
agent, and assign this job to that single executor. That way, only one can
run at a time. There's also a build throttling plug-in, but I haven't
l
Plugins: Throttle Concurrent Builds, Locks and Latches
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 4 2013 16:37:07
I have about 6 jobs that all deploy to a SalesForce cloud instance and they
cannot run at the same time. This a
I have about 6 jobs that all deploy to a SalesForce cloud instance and they
cannot run at the same time. This are CI jobs that get triggered by check-ins
to the repository. What is the best way in Jenkins to make sure that one one
job at a time is running and other jobs get queued up to run on
this was one goal for git-plugin 2.0 : remove the advanced, advanced
section, and move all exotic options into extensions.
2013/11/4 Steve K
>
> Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced"
> options button.
> Thanks.
>
> --
> You received this message because you ar
Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced"
options button.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-use
It's under 'Additional behaviors', the last item in the Git SCM section of your
job configuration.
On 04.11.2013, at 22:06, Steve K wrote:
> Where would I set "Force polling using workspace"?
> I don't see that option in the job config nor in the server config.
>
>
>
> --
> You received thi
Where would I set "Force polling using workspace"?
I don't see that option in the job config nor in the server config.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an em
Mr. Waite,
Thanks for your reply.
So maybe I didn't type clearly. I apologize. What I was trying to say was
on the Jenkins server with a service account
Num #1: Running the command frmo a unix terminal works
git clone https://blah.com:8443/blah.git
Num #2: In Jenkins, running it under Build>
Ahh, my mistake, since all my slaves are Amazon EC2 VMs and don't exist except
when they are needed, I assumed the master did all polling :-)
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 4 2013 15:30:06
no, polling occurs on la
Thanks Mr. Silva,
I'm using Jenkins 1.535,
git plugin 1.5.0
git client plugin 1.4.5.
I upgraded to git plugin 2.0 and
git client plugin 1.4.6 to see if there were bug fixes but it's now giving
me a NoClassDefFoundError. grrr. I thought about downgrading to see but
since this is a recent inst
no, polling occurs on last available workspace, that may be a slave.
git-plugin 2.0 is using remote polling "ls-remote" by default, you force
the legacy mode setting "Force polling using workspace" option
BUT a simpler option is for you to install git on master !
2013/11/4 Kevin Fleming (BLOOMBE
Polling has always run on the master IIRC, otherwise it wouldn't be possible
for the master to know when to fire up a slave to run a job.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 4 2013 14:54:17
Hello,
I just upgraded seve
Hello,
I just upgraded several of my plugins including git (2.0), ssh-credentials
(1.5.1), scm-api (0.2), and git-client (1.4.6). I'm on Jenkins 1.509.3
Now, polling fails as shown below:
FATAL: Error performing command: ls-remote -h
ssh://m...@myserver.corp.mycompany.com:29418/Bryce.git
fs01
The Amazon EC2 plugin is not 'credentials aware' at this point, so it's not
going to push credentials down to the slave. This is something I plan to work
on in the near future, but I've been waiting for the Credentials plugin and its
data structures to settle down.
As it stands today, the EC2 s
Forgot the link...
https://groups.google.com/forum/#!forum/testing-automation
On Monday, November 4, 2013 6:28:47 PM UTC+2, Avihay Eyal wrote:
>
> Hi, I opened a testing automation group. I noticed that there isn't any
> forum for testing automation advice, I hope this will be help...
>
--
You
Forgot the link...
https://groups.google.com/forum/#!forum/testing-automation
On Monday, November 4, 2013 6:28:47 PM UTC+2, Avihay Eyal wrote:
>
> Hi, I opened a testing automation group. I noticed that there isn't any
> forum for testing automation advice, I hope this will be help...
>
--
You
Hi, I opened a testing automation group. I noticed that there isn't any
forum for testing automation advice, I hope this will be help...
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails f
Hi,
If the installation files are also created by a Jenkins job, you can
have the job save them as artifacts, and then use the Copy Artifact
Plugin on your test/prod jobs to retrieve the files.
Cheers,
Eric
On 11/4/2013 10:59 AM, Edin Mujkanovic wrote:
Hi!
We are currently creating a job
Hi!
We are currently creating a job in Jenkins, that will be used to deploy the
system we are developing, to various test and production server
environments (~40 servers in total, where each environment consist of 4
servers with different roles)).
Our main concern now is that the job needs to
Hi all,
It was a proxy issue... my bad...
I had to save proxy settings again after the upgrade and that did the trick.
Thanks all for your help. I hope this thread could help someone else !
Julien
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" gr
>> looks like CLI is completely broken.
>> I cannot auth via u/p and not even via ssh keys.
What release are you using? Has this ever worked for you, or are you trying it
for the first time? Post the exact command you are using, and the response.
--
This e-mail and any attachments may contain
Is Delete-old-builds only available on a build-by-build basis? Is there a
global default I can set? Two reasons.
1. I have a lot of old builds everywhere and I'm just turning on
delete-old-builds.
2. I don't want one or more mis-configured jenkins runs to fill up my disk.
--
View this message
Hi,
looks like CLI is completely broken.
I cannot auth via u/p and not even via ssh keys.
Any suggestion?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
Hi all,
After upgrading again to 1.537, I changed the git credentials just to see
if it works...
Well now I don't see the error anymore, but when I try to pull from my
local gitlab (on the same machine than Jenkins) during a build job, getting
a 503 error :
"*Failed to connect to* 'http://gitlab.
Hi Stephen
I finally got round to looking at this again. I found that I had both the
following plugins enabled:
- LDAP Plugin 1.6
- Jenkins Active Directory Plugin 1.33
I disabled the LDAP Plugin and restarted Jenkins but I still see the following
error in Configure Global
Hi
I have Jenkins Version 1.537 installed on a Windows Server 2008 R2 and
still get this Error.
But not only with Chrome. It occurs also with IE 9 and Firefox 23. Normally
its every morning if nobody access the Server at all.
The workaround with [Shift]+[F5] does not work for me.
Is there anot
34 matches
Mail list logo