Hi everyone!
Can someone tell me how Jenkins determines SCM changes in SVN for
projects?
At the moment, we have 741 projects that use the "Poll SCM" trigger to
determine wether there are SCM changes. Unfortunately, most of them use
a minute expression like "*/15" or "*/60", so almost everything p
Hi,
has anyone noticed this:
https://wiki.jenkins-ci.org/display/JENKINS/Plugins
I no plugin is listed because of "Error formatting macro:
contentbylabel: java.util.ConcurrentModificationException"
Cheers,
Johannes
signature.asc
Description: OpenPGP digital signature
I believe that it polls for every job individually.
However, check the help text that comes with the polling schedule setting for
the 'H' feature. For example, the schedule:
H * * * *
Will poll hourly, but not necessarily on the hour. Some jobs with this
schedule will poll at :00, others at
I see the same problem (Windows/Firefox, Windows/Chrome, Linux/Firefox).
> -Original Message-
> From: jenkinsci-users@googlegroups.com
> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Johannes
> Wienke
> Sent: 05 July 2013 13:04
> To: jenkinsci-users@googlegroups.com
> Subject: W
On Fri, 2013-07-05 at 12:11 +, Mandeville, Rob wrote:
> I'm not sure, but I'm guessing that
>
> H/15 * * * *
>
> Would poll every fifteen minutes.
Yes, but as far as I know only from 1.510 onward. We're running 1.509.1
LTS.
For now, the syntax is H(x-y), so to "simulate" H/10 I used
H(0-9)
If you add a random query parameter, like this:
https://wiki.jenkins-ci.org/display/JENKINS/Plugins?a it will bypass the
cache...
On Fri, Jul 5, 2013 at 6:18 AM, wrote:
> I see the same problem (Windows/Firefox, Windows/Chrome, Linux/Firefox).
>
> > -Original Message-
> > From: jenkinsc
Hi
We have this setup:
- Apache Tomcat 7.0.32
- Jenkins 1.518
- LDAP Plug in 1.5
We are using the LDAP Authentication for Jenkins. This is working fine.
We would like to use the LDAP Credentials at Jenkins log in in all the SW
tools that Jenkins is using.
How can we achieve that?
For example
hi,
just want to confirm with you that, does Jenkins drop the CLI password
authentication?
since i use CLI with password authentication before (on Jenkins 1.508) and
it worked great.
but now i got error "Failed to authenticate with your SSH keys." on Jenkins
1.521, with the same code.
my co
Unless I am missing some finer detail "Publishing tasks" are same as
"post-build tasks". I have tried running a script from post-build - but
that also executes on the slave node.
I am considering separating my job into 2 jobs, triggering one from the
other and pass info between them via "copy
Thanks, this actually works in the sense that I can definitely force
execution on the master. At the very least this allows me to look at the
code for this to figure out how this is done. I think I have a bigger
issue though because the workspace files I need may not be on the master
at that po
Hi All,
My build plan consists of both which compiles and later do some
operations on those artifacts using shell commads (using Execute Shell).
But I am not finding how to reliable refer to the artifacts of the current
build (I tried using BUILD_ID environment variable in the path when
acc
hello list,
We are using the buildflow plugin succesfully. We have one job with parameters
and also associated with a label, and italso has the enable concurrent builds
option set. We also have multiple buildslaves with the same label. We expected
that the buildflow jobs are scheduled evenly
Hello,
We are using Jenkins Read only configuration plugin in Jenkins v1.518 and
seems to be working fine. But when upgraded to v1.519 and v1.521, the
plugin seems to be giving below error.
Could anyone please help with this issue.
Thanks,
Rahul
java.lang.NullPointerException at
org.kohsuke
Hello,
You are not the only one. I have submitted the issue to JIRA yesterday.
Here is the link :
https://issues.jenkins-ci.org/browse/JENKINS-18623
Meanwhile i have switched to using the Extended Read Permision pluggin :
https://wiki.jenkins-ci.org/display/JENKINS/Extended+Read+Permission+Pl
Having you considered using a Subversion post-commit hook to trigger your
jobs?
https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin
While this still requires the jobs to be configured with SCM polling, the
frequency can be greatly reduced.
-- Dean
On 7/5/13 6:07 AM, "Steffen Breit
I need to have two jenkins build jobs for a same project in same brach but
with different goals.
It is just like having a copy of job with different goals
But is there a way to do this using jenkins build config xml file?
com.test
fast
-U clean deploy -Denv=ci -Dmaven.t
On 03/07/2013 07:58, Steffen Breitbach wrote:
We don't use fingerprinting in our projects. Therefore I'd like to
disable fingerprinting globally. Is there a way to do so?
What problem are you experiencing that make you think you want to go out
of your way to disable fingerprinting?
If you do
My company uses Jenkins to manage our versioned / tagged builds and
deployments. We have our tags set up following a V#.#.# format (e.g.
V2.0.58). We are trying to see if there is a way to be able to take the
customer tagName parameter we’ve created on our parameterized jobs and be
able to
Sounds like the default scheduler behavior. There's some information on how it
works, but it's a bit inconsistent:
"Try to use the last used node":
https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-Schedulingstrategy
"Prefer a specific node":
http://jenkins-enterp
You could also skip the plugin altogether and use
-Dhudson.security.ExtendedReadPermission=true as described here:
https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties
On 05.07.2013, at 20:14, Andrei Ababei wrote:
> Hello,
>
> You are not the only one. I have s
Just remember that the next time you're dealing with one of my support requests
;-)
Seriously though, you guys are doing a great job.
On 04.07.2013, at 21:09, Stephen Connolly
wrote:
> Happy to see a customer recommending us... We must be doing something right
> ;-)
>
> On Thursday, 4 July
I am using the maven release plungin using the jenkins m2release plugin and
keep getting the error shouwn below.
The username and password is correct as I have tested it on other machines
and also to get source from this jenkins box. The password only fails on
release and not at any other point
Seems to me that the Wiki is fairly sick as its having multiple issues.
Is there no one around who has access to restart it? :(
Richard.
On Saturday, July 6, 2013, Larry Shatzer, Jr. wrote:
> If you add a random query parameter, like this:
> https://wiki.jenkins-ci.org/display/JENKINS/Plugins?a
23 matches
Mail list logo