We are setting up an EC2 cloud of Maven build slaves. Our projects have a
number of parent POMs in our Maven repository (not Maven Central). The
builds for projects fail during the Parsing POMs phase.
Parsing POMs
Failed to transfer Could not find artifact com.company:root-maven-pom:pom:7.2
in
We have one plugin for which all features of our product is added as
dependency...in pom...these features in turn include plugins...as such all
plugins required for our product are Added as dependency.. .there are some
toolbar which are specific to some editor...that plugin I also added dependen
On 17.01.2014, at 02:16, Maneesh M P wrote:
> even this doesn't display addresses in the trigger
Once you have the email-ext publisher, iterate over the triggers to get the
individual recipients lists.
https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/java/hudson/plugins/emai
Logging wouldn't help for these, as these actions don't seem to get logged.
But check out the Audit Trail Plugin, which records the most important user
actions. To record enabling/disabling project via the buttons for it (and not
just users submitting the job config page), and add 'enable' and '
We have windows. 7machine. 8gb..we launch jenkins. Server using java jdk 1.7
update 45...during the build the jvm crash. Occurs with different plugins and
server restarts ...then in jenkins it shows that server is offline.. .we have
other servers too but they are not having this issue. ..once th
I was able to use the below script to iterate through email address, but
the problem is even this doesn't display addresses in the trigger
import hudson.plugins.emailext.*
import hudson.model.*
import hudson.maven.*
import hudson.maven.reporters.*
import hudson.tasks.*
// For each project
for(i
The easiest way is to use the script console. You need to iterate through
your projects, get the publisher list, find the email-ext publisher and
then modify the properties you need to for the recipient.
On Jan 16, 2014 4:29 PM, "Maneesh M P" wrote:
> Configure slicing plugin does not display the
Hi,
In my Jenkins instance, if I want to know things like
1. Who disabled a job and when?
2. When was it re-enabled? And who?
3. If a job config was changed, who changed it and what was changed?
I need to enable logging per feature. This URL
https://wiki.jenkins-ci.org/display/
Configure slicing plugin does not display the address specified inside
email triggers
Thanks,
Maneesh
On Thursday, January 16, 2014 3:15:58 PM UTC-8, Daniel Beck wrote:
>
> Configuration Slicing plugin *might* work.
>
> On 17.01.2014, at 00:09, Maneesh M P >
> wrote:
>
> > I have more than 3
Mark,
I am learning things, and putting things together at the same time, but I
think that I might have to do something like this:
(1) If I have these repos:
repo1 (main repo with Makefile with "make checkout"
target)
repo2
repo3
Configuration Slicing plugin *might* work.
On 17.01.2014, at 00:09, Maneesh M P wrote:
> I have more than 300+ jobs configured in my jenkins and I am using email ext
> plugin to configure the mail trigger. currently i am in a situation where I
> have to change one recipient mail address to so
I have more than 300+ jobs configured in my jenkins and I am using email
ext plugin to configure the mail trigger. currently i am in a situation
where I have to change one recipient mail address to something else
Is there an easy way to do it?
Thanks,
M
--
You received this message because yo
On 16.01.2014, at 15:16, kgiloo wrote:
> AFAIK if you configure the post-commit hook together with jenkins,
> you must activate "poll SCM" anyway, else it won't start the build.
Put the code to determine which change in the repository needs to trigger which
job into the post-commit hook, and
My builds are all done on slaves and even though the master controls
the SCM polling, it does not check out any source locally on the
master. However, with usual setup, the slave checks out a copy of
the target the job is configure to poll before executing anything in
the job.So I don't under
Hmm... I was hoping for something in the UI itself... but thanks for the
info, if I'm ever feeling not-lazy (hah!), or actually NEED to know, it
will come in handy!
On Wed, Jan 15, 2014 at 11:50 AM, Daniel Beck wrote:
> I don't think it's exposed anywhere on the UI (except indirectly, e.g.
> da
Any ideas?
When I run sequentially the GENERIC_DEPLOYMENT job quickly I get the job to
run twice in parallel. The quite period is 0 for this job. But when I do it
from the Build Flow job below it runs them sequentially
Thanks
Rodrigo
On Wednesday, 15 January 2014 19:51:25 UTC, Rodrigo García P
On 01/16/2014 06:19 AM, Marius Gedminas wrote:
On Wed, Jan 15, 2014 at 06:57:07PM -0800, Kohsuke Kawaguchi wrote:
OK, that's embarassing.
Indeed we haven't figured out how to communicate security problems to
plugin developers. Sometimes it's not obvious who to talk to, and even when
it is obvio
Marium,
thanks for the reply. I was suggested to lower security importance from
high to medium in Java 7 setting, which got rid of blockage. I am reading
the thread now, yes, I also have that warning message, will look the posts
further to see the solution.
Victoria
On Wednesday, Januar
Originally I started Jenkins like this (abbreviated), but the sessionTimeout
was not effective:
java -DsessionTimeout=480 -jar jenkins.war
I found that changing to this form worked:
java -jar jenkins.war --sessionTimeout=480
Obviously you’ll need to work out for yourself how you get your init sc
On Wed, Jan 15, 2014 at 06:57:07PM -0800, Kohsuke Kawaguchi wrote:
> OK, that's embarassing.
>
> Indeed we haven't figured out how to communicate security problems to
> plugin developers. Sometimes it's not obvious who to talk to, and even when
> it is obvious, we haven't configured JIRA to let us
Sorry, i did not get your point... What do you mean exactly?
On Thursday, January 16, 2014 5:31:05 AM UTC+1, LesMikesell wrote:
>
> On Wed, Jan 15, 2014 at 2:42 AM, kgiloo >
> wrote:
> >
> > probably my description lacked precision:
> > I should have titled "A way to get rid of useless checkou
Hello Nateshkumar NS ,
I've got in the same trap.
I've found a solution with adding more JARs to classpath (along with
"weblogic.jar")
More information is here -
http://docs.oracle.com/cd/E23943_01/web./e13717/jarbuilder.htm
Now my "Additional classpath" line look
like
C:\Projects\stuff\
AFAIK if you configure the post-commit hook together with jenkins,
you must activate "poll SCM" anyway, else it won't start the build.
I followed instructions here:
https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin
What i want to avoid is the checkout/update of repo into my workspace
On Wed, Jan 15, 2014 at 09:01:03AM -0800, Victoria Wei Lei wrote:
> I run a slave by Java web start, it returned error: "application blocked
> by security setting". see the screen shot. Please advise what's the cause.
Have you found this thread, with a workaround, yet?
https://groups.google.com/
On 16.01.2014, at 12:39, Oleh Vasyura wrote:
> I started to use the newest Jenkins 1.547 release and discovered that there
> is not possibility to change workspace settings.
> At least we have used 'Use custom workspace' option in some jobs.
In jobs' configuration, look for 'Advanced Project S
Hi all,
I started to use the newest Jenkins 1.547 release and discovered that there
is not possibility to change workspace settings.
At least we have used 'Use custom workspace' option in some jobs.
Also the place for workspace is change now. Previously in was under 'jobs'
folder in Jenkins. No
Hi,
I just upgraded the Jenkins from 1.466.2 to 1.532.1.
I found out the E-mail notification part has been separated from the core.
And now it's using JavaMail.
But then our jenkins can not send out any mail.
It shows these error logs all the time:
javax.mail.MessagingException: Could not connec
I got it,
after changing my private jenkins server to a public one I got the plugin
to work.
Thank you very much!! :-)
Best regards
Stefan
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiv
Hi All,
In our team we are trying to treat jenkins configuration as source code.
We source control it, check it out and run it against local resources while
we're maintaining it and then deploy it to the actual jenkins server which
uses the actual resources. We therefore have many jenkins inst
29 matches
Mail list logo