Hi
I am running Jenkins LTS release v.1.447.1. My 'Manage Jenkins' page shows
that 1.447.2 is available. But this Jenkins change log:
http://jenkins-ci.org/changelog-stable
shows that 1.466.1 is available.
What is the latest LTS release please?
Best regards
David
1.466.1 is the latest as far as I'm aware.
I've had problems in the past with Manage Jenkins screen showing the
correct next version - thought it had been fixed but perhaps there is
some process that needs to run on a server somewhere to make it
visible to that screen?
Cheers
Richard.
On Mon, Au
Thanks Richard
David
> -Original Message-
> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-
> us...@googlegroups.com] On Behalf Of Richard Bywater
> Sent: 06 August 2012 09:41
> To: jenkinsci-users@googlegroups.com
> Subject: Re: What is the latest LTS release?
>
> 1.466.1 is t
This is weird. I downloaded what I thought to be 1.466.1 and installed it but
Jenkins is now indicating 1.447.2.
Also,
http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war
is now offline.
Is it being updated?
David
> -Original Message-
> From: jenkinsci-users@googlegroups.com
The "latest" symlink is a bit messed up.
You can download 1.466.1 from
http://mirrors.jenkins-ci.org/war-stable/1.466.1/jenkins.war
/James
> -Original Message-
> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-
> us...@googlegroups.com] On Behalf Of David Aldrich
> Sent: 06 Aug
Thank you, I have 1.466.1 now.
David
> -Original Message-
> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-
> us...@googlegroups.com] On Behalf Of Nord, James
> Sent: 06 August 2012 10:14
> To: jenkinsci-users@googlegroups.com
> Subject: RE: What is the latest LTS release?
>
>
Hi Chris,
I've tried out the EnvInject plugin but it doesn't seem to be able to
overwrite existing variables.
if I put:
return [ SOME_NEW_VAR: "blah" ]
then I can put the following the in the build step
echo ${SOME_NEW_VAR}
and get the correct value.
However if I put:
return [ version_n
Hi,
I was looking for a way to add some metadata to build artifacts after they
are deployed to Nexus / Artifactory. Since both tools offer a
metadata-plugin for the Pro Editions I decided to write my own Jenkins
Plugin that calls the Nexus REST API to add some metadata to the deployed
artifact
I have some news regarding the Jenkins Mylyn integration.
I've found, the last version it worked was: 1.457. Looking at changelog
there is no record saying that any API changed in 1.458.
Therefore I think this is a bug.
Regards,
Stepan
On Sun, Aug 5, 2012 at 6:13 PM, Stepan Vavra wrote:
>
>
>
The problem with this plugin is it cleans the workspace EVERY run.
This is simply a periodic maintenance task I want to run...
On Fri, Aug 3, 2012 at 10:48 AM, Stanley, Jason
wrote:
> Install the "Workspace Cleanup Plugin"
>
> -Original Message-
> From: jenkinsci-users@googlegroups.com
>
I have a large Jenkins setup in Germany running against SVN in the US.
Unfortunately, I get quite a few broken builds from SVN flaking out
(network drops I assume). We've never had this problem with
everything being in the same datacenter.
I don't have a good solution to preventing the problem,
Hi
Subversion 1.7 was first supported in version 1.40 of the Jenkins Subversion
Plugin.
Does anyone know when Jenkins Subversion plugin 1.40 or later will be included
in a Jenkins LTS release?
Best regards
David
Hi all,
I am trying to somehow connect my jelly template used by Extended Email
Notification plugin (
https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin) to use
Jenkins Remote API to display changes for every build. For now, I am simply
trying to display XML generated by Remote API with
Periodically through the day Jenkins decides to peg one of the processors and
not return requests. I cannot figure out what is the cause of this issue.
I've been monitoring the Jenkins log and I see nothing in it around the time it
hangs. If I monitor the cpu usage with nmon, I can reliably p
Hi all,
I am trying to somehow connect my jelly template used by Extended
Email Notification plugin (https://wiki.jenkins-ci.org/display/JENKINS/
Email-ext+plugin) to use Jenkins Remote API to display changes for
every build. For now, I am simply trying to display XML generated by
Remote API with
In answer to your second question, it doesn't look like the jelly:util
lib supports any sort of authentication for the loadText tag, so I
don't think it is possible.
slide
On Mon, Aug 6, 2012 at 7:27 AM, Wojciech Jodel wrote:
> Hi all,
>
> I am trying to somehow connect my jelly template used by
Hi David,
It may happen in the next versionof LTS which would be in 3 months time.
You can should be able to run the latest subversion plugin in the just released
LTS.
/James
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich
Sent: 06 A
Thanks James
David
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nord, James
Sent: 06 August 2012 16:38
To: jenkinsci-users@googlegroups.com
Subject: RE: When will Jenkins LTS support Subversion 1.7?
Hi David,
It may happen in the next versionof
Got the following on a checkout. It doesn't seem to affect anything:
AssertionError: appears to be using unpatched svnkit at
jar:file:/C:/Jenkins/plugins/subversion/WEB-INF/lib/svnkit-1.7.4-jenkins-3.jar!/org/tmatesoft/svn/core/wc/SVNEvent.class
I'm using Jenkins Subversion plugin 1.42 and Jenkin
Unless you plan on stopping mid-checkout, I can think of a single way
to do what you want. After the checkout, run "svn status". If you get
anything returned, you know that the checkout/update failed. From
there, you can force a build failure.
I don't think there's an easy way to parse the console
Hello,
I'm new to Jenkins and so far I love it...but I have an issue integrating
with Tomcat. I have Jenkins stopping and starting Tomcat via ant script.
However I've found that Jenkins process-killer shuts down tomcat for me
after it's finished. I've read
https://wiki.jenkins-ci.org/display/J
We are using the Build Promotion plugin for deployments. I like it
because it allows me to deploy the build I want to the servers I want.
For example, our last build is Build #27, but I want to deploy Build
#20 to prod1. I can go back to Build #20, apply the promotion to
prod1. The Build Promotion
I'm a relative n00b to Jenkins but if I were you, I wouldn't run your
application on the same tomcat instance. You are making your life harder.
Why not create another instance for deploying/testing the app? You can
run multiple versions and/or instances of tomcat on different ports, run
one in a
Thanks for your reply ... I actually am using different Tomcat deployments
for Jenkins and my other app...my difficulty was in disabling the process
killer from Jenkins when Jenkins is run through Tomcat (there are lots of
instructions on how to disable the process killer when Jenkins is run as
http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing_Manager_Commands_With_Ant
In the <$TOMCAT_HOME>/lib folder there should be a JAR called
catalina-ant.jar. Make sure it is in your ANT classpath. Import the ant
tasks in your ant script:
Then call it:
<*deploy *
TLDR: Running ruby scripts from Jenkins on OS X that use the
selenium-webdriver gem with chromedriver causes the "Aw snap" page to come
up in Chrome. Running those same scripts from outside of Jenkins works
fine. Any ideas as to what's wrong?
--
Long version:
We have a CI machine that's a
You might also look at the deploy plugin. It creates a post-build step that
can remotely deploy a war to multiple containers including Tomcat.
Topher
On Aug 6, 2012 12:30 PM, "Jeff" wrote:
>
> http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing_Manager_Commands_With_Ant
>
> In t
I tried the Jenkins deploy plugin but it wouldn't work with Tomcat 7 for
some reason. Maybe I missed something, but for my Maven projects, just
ended up using the maven-tomcat7-plugin in the POM.
On Mon, Aug 6, 2012 at 11:34 AM, Chris Marks wrote:
> You might also look at the deploy plugin. It
Hi,
After following all the instructions above:
- Jenkins conf -> CVSROOT = :ext::
- Env var-> CVS_RSH = path to plink.exe
- Public key copied in the server
- able to ssh to the server using windows cli and plink without typing
the password
- able to connect to cvs using cli
I
I tried both suggestions, the deploy plugin works great for me, as well as
using an ANT script to deploy it...the only problem is I need to shut
Tomcat down completely, manually place the .war, and then start up
Tomcat--otherwise Tomcat will remove some DB configuration files i keep in
/conf/Ca
Ok I figured it out. After it's finished building, Jenkins will destroy
every process started during that build process. That is a bummer for those
people like me that want to start Tomcat as part of the build process. If
you're running Jenkins through Tomcat 7, you can disable it's auto kill
f
Is it possible the cobertura plugin is slowing down Jenkins? I have several
modules producing cobertura xml reports and then I have a job that gets all the
coverage.xml files and puts them in folders and the plugin is pointed at these
folders to pick up all the xml reports. Would things work b
> this is more of a maven question, I think.
>
> Try turning -X on in the maven job to find out where it is looking.
>
Thanks. I've already done that though. The output is below. Note, the remote
repository where it claims to be looking does indeed hold the artifact.
Moreover, other projec
Hello All
We are using Jenkins + SOnar. I have setup our own rule-sets using Quality
Profiles/ Thresh-holds(Warning and Error) for the same.
I am aware of Build Breaker that Fails the Build if the theresh-holds are
not met. I had a huge backlash due to Failing Builds ;-)
Wondering if there is a f
Hello All
I installed, Page Markup Plugin(
http://wiki.hudson-ci.org/display/HUDSON/Page+Markup+Plugin) in Jenkins
1.474, but, Dont see anything in Manage Jenkins Tab.
Want to know if this Plugin is Outdated or still functional ?
What are other Alternatives that you guys are using, for dispalyin
What is your directory structure? That is where is your parent Pom relative to
your child project
Printing e-mails wastes valuable natural resources. Please don't print this
message unless it is absolutely necessary. Thank you for thinking green!
Sent from my iPhone
On Aug 6, 2012, at 5:49 PM
P4_CHANGELIST is the environment variable name, so reference it using the
env token macro.
${env,var="P4_CHANGELIST"}
On Thursday, 2 August 2012 19:36:55 UTC-6, michael chiu wrote:
>
> Yes , I already have my template but if I dont know how to know the
> property about changelist number in per
I think he wants to format it similar to how the other items format it
(HTML formatting, etc) not just a direct dump of the changelist.
On Mon, Aug 6, 2012 at 4:40 PM, Rob Petti wrote:
> P4_CHANGELIST is the environment variable name, so reference it using the
> env token macro.
>
> ${env,var="P4
well probably what I would do is eliminate jenkins from the mix entirely.
create a tiny pom that references the parent.
then run it on the same machine that jenkins is running on.
does it work?
if so diff it against the pom that is not working.
is it the same?
hard to believe it is a jenkins
The parent POM need not be in the path at all...if the relative path is not
specified and there is no parent POM in the immediate parent (../) folder,
maven will download it just like any other dependency. The parent version
also need not be related to the child project version at all.
I currentl
40 matches
Mail list logo