I think it would make more sense to run that part of your build in a profiler.
Otherwise it is just a guessing since not every step in the plug-in uses
logging statements. As far as I understand the message timestamps. It takes one
minute from computing warning deltas and starting the task scann
I think it would make more sense to run that part of your build in a profiler.
Otherwise it is just a guessing since not every step in the plug-in uses
logging statements. As far as I understand the message timestamps. It takes one
minute from computing warning deltas and starting the task scann
Hello Swapnil,
Because we moved to HP ALM
I integrated Jenkins with ALM successfully.did not look into Rally
integration after that.
Thanks,
Smita
On Sunday, January 18, 2015, Swapnil Tilaye wrote:
> Hi Smita,
>
> I was wondering if you were able to integrate Jenkins with Rally. I gone
> thro
Hi Cyrille,
For cloning repositories I use the credentialsId, like:
checkout changelog: true, poll: true, scm: [$class: 'GitSCM', branches:
[[name: 'remotes/origin/master']], userRemoteConfigs: [[credentialsId:
'6ab75e78-83c6-423f-97ce-3198c52211a7', url: 'https://github.com/X']]]
You can
Jenkins 1.597 changes the on-disk layout of build records. Before, it used
timestamps, now it's build numbers. See:
https://issues.jenkins-ci.org/browse/JENKINS-24380
https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration
Some plugins rely on the previous behavior. Fixes have been p
Hi,
I have a c++ project mixed with c#.
I have include path "hggb/core.h" in c++
on Jenkins when running msbuild I get c1083 on the path.
Tried to SET environment variable but without success
any suggestions , Is it because the slash.
thanks
--
You received this message because you are subsc
HI Friends,
Am executing Shell Script via Jenkins, The script should contain SVN BACK
UP.
Am trying to push SVN BACKUP FILE to S3 Bucket by using jenkins.
SVN BACKUp FIle FORMAT : Filename_Year-Month-Date-Hour-Min.dump.gz
I installed S3 plugin in Jenkins,
I need to give the path for SOURCE,DES
I have a job which is configured to keep builds for 14 days and archives for 14
days as well. I only have the last two build archived. The place I have
configured this is in "Discard Old Build". Not sure if I am missing some other
configuration step.
--
You received this message because yo
I think that it only keeps that last 14 actual days. It deletes builds older
than 14 days ago. I use both the days and the next field, Max builds to keep.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood
Sent: Tuesday, January 20, 2015 8:37
Hi
We've had another hang with a more suspicious looking output from jstack /
jmap
jstack - https://paste.ee/p/4Ny9t
jmap -heap - https://paste.ee/p/yMuNr
Any input greatly appreciated!
Thanks
On 19 January 2015 at 11:07, Andrew Smith wrote:
> Looks like my attachments got stripped, files ar
Hi,
I'm wondering if it's possible to dynamically inject some script output
into description of Choice/String Parameter?
I'd like to use for example groovy script which return some value (list,
scalar, whatever) and put it to description of Choice Parameter.
For example it displays current
This job seems to be strange as I can see the values being changes in the
config.xml, but regardless of what I set it to it seems to keep the last two
builds.
Any idea on why the settings are not being honored?
E
On Tuesday, January 20, 2015 8:51 AM, "Ginga, Dick"
wrote:
#yiv222727
It only applies new values after the next build
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood
Sent: Tuesday, January 20, 2015 9:24 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Archived results not being kept according tot he job co
Are you talking about 200-1000 jobs configured, or running simultaneously?
Clients feed log data and artifacts to the Jenkins server in real time. If
you’re running hundreds of these simultaneously, you are using tons of threads,
tons of RAM for buffers, and tons of disk revolutions. At this p
If no one cares about the packages hosted from archives.jenkins-ci.org why
are they included in the main repo metadata?
Can you just host the archived RPMs from a separate repo and exclude them
from the main repo so that users who want to mirror the latest packages can
do so without issue?
--
I created a copy of this job and the configuration under "Discard old builds"
says
Log rotation
Max # of build to keep: 30
Max # of builds to keep with artifacts: 15
The config.xml files says:
-1
30 -1
15
which agrees with the configuration. As soo
Sorry, I can’t advise on why it is NOT doing what it should. Maybe some else
can.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood
Sent: Tuesday, January 20, 2015 10:37 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Archived results no
I seem to have the same issue.
Does someone know what to do to alter a global variable from a job ? Is it
even possible ?
Thanks
On Monday, September 29, 2014 at 10:17:57 AM UTC+3, mr wrote:
>
> Does anybody have an idea???
>
>
> Am Dienstag, 23. September 2014 12:03:51 UTC+2 schrieb mr:
>>
>> T
Hi
Did you have any luck with that ?
I have the same problem.
Thanks
On Tuesday, December 18, 2012 at 10:01:59 AM UTC+2, Akiko Takano wrote:
>
> Hello.
>
> I need to change some Jenkins global parameters, such as password for
> other resources, periodically.
> If I could, I hope to make Jenkins
Hi
I am running version 1.595 and running into issues where old builds are not
being discarded. I had previously set both Days to keep builds and max
number of builds to keep. What i noticed is that days to keep old builds
was not being respected.
Thinking there might be an issue when providin
Hi,
I have a setup with Jenkins slave running on Windows 7 (as a JNLP inside a
Service Wrapper) with master (1.597) running on RHEL.
It seems that after the Windows is restarted the slave can no longer
connect and I see in the jenkins-slave.err.txt log a repentance of lines
like:
SEVERE: The
Old builds get discarded after a new build finishes. It's not immediate.
On 20.01.2015, at 17:48, Arpit Gupta wrote:
> Hi
>
> I am running version 1.595 and running into issues where old builds are not
> being discarded. I had previously set both Days to keep builds and max number
> of builds
I have builds that have finished today(this morning) and as far out as 5 days.
I had made the configuration change yesterday.
--
Arpit
> On Jan 20, 2015, at 9:20 AM, Daniel Beck wrote:
>
> Old builds get discarded after a new build finishes. It's not immediate.
>
>> On 20.01.2015, at 17:48, Ar
I have resolved this. Under the archive artifacts section is an advanced
checkbox that says only keep the latest in order to save disk space that
obviously overrides the discard settings.
On Tuesday, January 20, 2015 10:55 AM, "Ginga, Dick"
wrote:
#yiv6690369672 #yiv6690369672 -
hi Mark
>From the log it only shows that the last command that was executed by the
git plugin is
git --version
it did not do git checkout -f origin/master or origin/main
And if I do the commands lik git --version, it works fine. I have the git
version 1.9.3 on my mac box
Now, for sub modules
The option has ben migrated into the log rotator in newer Jenkins versions
because it was so weird/redundant.
On 20.01.2015, at 18:34, Eric Wood wrote:
> I have resolved this. Under the archive artifacts section is an advanced
> checkbox that says only keep the latest in order to save disk sp
Maybe some of the builds have a log badge, indicating they're kept for a reason?
To find out why log rotation doesn't delete some builds, go to /log URL and
create a log recorder for the logger hudson.tasks.LogRotator at level FINER.
Run a build for the affected jog. Check the log recorder you c
You are right it looks like there are 242 builds marked to keeping. I will
clean that up and see if that resolves the issue.
--
Arpit Gupta
Hortonworks Inc.
http://hortonworks.com/
On Jan 20, 2015, at 9:41 AM, Daniel Beck
mailto:m...@beckweb.net>> wrote:
Maybe some of the builds have a log bad
http://www.forest-technologies.co.uk/events/mastering-continuous-integration-with-jenkins-jan
--
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-users+un
I have tried without success to use the Build Keeper Plugin. On three
different Jenkins implementations, I have yet to see the plugin's features
appear on a single menu, anywhere. Back in October, I opened JENKINS-25293
about this, but in three months not a single person has commented on it.
Ne
Hi Friends,
I would like to make a parameter visible/invisible based on the choice I
select in dropdown in Jenkins configuration.
Scenario is like,
I have a repository and shared path to get some file. I am choosing either
of the two (repo or shared path).
If I select repository, I should give
On the one hand, this is the sort of commercial-ish message we want to see on
these boards, as opposed to the storm of recruiting spam we’ve been weathering
lately.
On the other hand, the page doesn’t load; it complains that it can’t connect to
MySQL. Marián, you may want to have someone look
Please reference this post for more details:
https://groups.google.com/forum/#!topic/jenkinsci-users/V3zvIVwrHWA
The archived packages stored on archives.jenkins-ci.org should be removed
from the main yum repo for the Jenkins-ci project and/or moved to a
separate archived repo.
These packages
page loaded for me
- Original Message -
From: "Rob Mandeville"
To: jenkinsci-users@googlegroups.com
Cc: "Rob Mandeville"
Sent: Tuesday, January 20, 2015 4:23:47 PM
Subject: RE: Upcoming Mastering continuous integration with Jenkins - 28-29th
January
On the one hand, this is th
We didn't have the old releases around for a long time, and
archives.jenkins-ci.org was supposed to solve this.
I reopened INFRA-102, maybe archives can be sped up.
If you want archived releases to be gone from the yum repo anyway, file an
INFRA issue.
On 20.01.2015, at 22:26, Aaron Johnson w
I'm building a module who's parent pom is in nexus.
Parsing POMs
using settings config with name Maven Settings With Nexus Credentials
using global settings config with name Maven Settings With Nexus Credentials
Failed to transfer Could not transfer artifact
org.me.spot:spot:pom:2.0-20150120.213
Also, adding to the thread
>>If you create a job that runs on the slave which only performs a "git
clone https://localgitserveir/git/AXP.git";, does it fail with the same
message?
It fails with the cannot read the username message . Device not configured
Is there any way to fix this issue
On
After updating my Jenkins install, I've found myself in this situation:
https://www.dropbox.com/s/xenluffkmjhzi50/Screenshot%202015-01-20%2015.42.13.png
Is there a good way to troubleshoot what went wrong?
thanks,
-josh
--
You received this message because you are subscribed to the Google Group
I've started getting notices on my Windows 7 slave machines that Java7 is
"not the latest release." When clicking the icon in the system tray it
wants me to upgrade to Java8. I have no problem ignoring these little
messages, but was wondering if there would be any issues if the master is
running Ja
I have a master running Java 7 (Ubuntu 14.04) with Windows slaves running
Java 8 and have not detected any issues with that configuration. My
Windows machines include a Windows 7 x86, Windows 7 x64, Windows 8 x64, and
Windows Home Server 2011.
The Windows machines have both Java 7 and Java 8 inst
Mark,
Thanks for the info! Much appreciated!
Slide
On Tue Jan 20 2015 at 7:01:53 PM Mark Waite
wrote:
> I have a master running Java 7 (Ubuntu 14.04) with Windows slaves running
> Java 8 and have not detected any issues with that configuration. My
> Windows machines include a Windows 7 x86, W
Hi Friends,
How to add version number to each artifacts in jenkins
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-users+unsubscr...@googleg
Any plugin is there for condition check based on that corresponding values need
to display
Eg. I need to map server details based on the environment corresponding server
details need to display.
Please help me..
Thanks
--
You received this message because you are subscribed to the Google Group
Looks like there is still a problem
I see the following in the logs
Running the log rotation for hudson.model.FreeStyleProject@c59337d[JOB_NAME]
with numToKeep=-1 daysToKeep=1 artifactNumToKeep=-1 artifactDaysToKeep=-1
When i go to the job/JOB_NAME/rssAll
i see builds that are more than 1 day
Hi Rob,
I do not plan to post to this channel with Advertisement like this very
often (once per two weeks/month).
Thanks for notification. Our web probably has been undergoing some
maintenance at the time. I will notify responsible person.
regards,
Marian from Forest Technologies
Dňa streda,
45 matches
Mail list logo