Compact Columns can do this. Configure it to only show the latest build. The
result is color-coded.
On 14.11.2013, at 23:02, Scott Evans wrote:
> Is there any way to have a column on the main screen which shows (and allows
> sorting) based on the time since the last build? There are already c
Hi Brosh,
Thanks for your reply,
so what should I do know, I'm looking to install slave on B machine where
Jenkins is already install and running as windows service.
On Thursday, November 14, 2013 12:11:04 PM UTC+5:30, Brosh, Yossi wrote:
>
> Hi ,
>
> In the slave machine you don't need a Je
thanks.
i configured job for sloccount plugin.
my environment is windows and i configured Cygwin to run the sloccount
so there are two commands which i run to debug ...
1:
/cygdrive/c/Users/bvcontrolbuild/Downloads/sloccount-2.26/new/sloccount-2.26/sloccount
--duplicates --wide --details
/cygdri
Hi Joshua,
You need to use the parallel function as shown below:
// Build flow
parallel (
{
build("Parallel_job_1")
parallel (
{ ignore(FAILURE) { build("Post_build_job") } },
{ build("Package_job") }
)
},
{
build("Parallel_job_2")
parallel (
{ ignore(
It should be quite easy to write such a column (one new simple class), maybe it
would be a good candidate for the
https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin
I think Fred would be happy to integrate such a feature if you provide a pull
request.
Ulli
Am 14.11.2013 um 23:02
Is there any way to have a column on the main screen which shows (and
allows sorting) based on the time since the last build? There are already
columns available for the last success and last failure, but no columns
seem to be available to show the last build, no matter the result? We have
some b
If you can find out some of the crazy characters and email me off-list
(randomize the order and add in some other crazy characters too)
One other question, are you running in Tomcat? (You did remember to set the
correct default encoding if the answer is yes)
On 14 November 2013 18:03, Jeff wrot
On Thursday, 14 November 2013 09:55:34 UTC, Vivek wrote:
> I don't know abt coverage in particular, but you can check
> https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin for
> generally running stuff more than once.
>
It seems that this approach has a single problem: the outpu
Kohsuke posted the release candidate today, so you could start using (or at
least testing) that:
See http://jenkins-ci.org/stable-rc
On 14.11.2013, at 19:09, VFloyd wrote:
> Any update on the next LTS release date?
>
>
>
> On Sunday, October 13, 2013 1:23:08 AM UTC-7, scl.gplus wrote:
> Hi,
Please don't crosspost messages to multiple mailing lists.
Yes, some of us use the sloccount plugin. It's pretty much impossible to help
you in any useful way if you don't tell us what problems you are experiencing,
though.
- Original Message -
From: jenkinsci-users@googlegroups.com
To:
hi,
have anybody used the sloccount plugin.??
i have couple of doubts with which i am struggling
please let me know
regards
irfan
--
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 i
Yes this is possible. Have a look at the ui examples plug-in.
BTW: please use the developer mailing list for such questions:
jenkinsci-...@googlegroups.com
Am 14.11.2013 um 11:19 schrieb Kishore RP :
> In Jenkins, Is there a way to change the value dynamically in a child combo
> box based on t
Hi
I am new to Jenkins, please help with this issue.
Maven based Jenkins builds (for Adobe AEM (CQ) deployments) are run the
password that is provided in "Maven: goals and options" gets printed in
the logs.
Looking for a possible solution to mask the password, please advise.
Regards
Anand
On Thu, Nov 14, 2013 at 11:11 AM, Eric Wood wrote:
> I have a single instance of Jenkins running under tomcat on a Windows
> server. I'm starting to have many jobs and looking for the best growth
> path. Do I create separate instances on Jenkins running on different
> servers? Is this a master
Yup, I downloaded the older version from the website and copied it over the
"bad" version and restarted and I'm fine again. Glad it was my test bed?
Thanks, E
On Thursday, November 14, 2013 1:03 PM, "k.thiel...@comcast.net"
wrote:
The only way I know how is to copy the old war file back
Any update on the next LTS release date?
On Sunday, October 13, 2013 1:23:08 AM UTC-7, scl.gplus wrote:
>
> Hi,
>
> I'd like to change over from the latest release to the LTS release
> next time the LTS is released. Are there current plans for this
> and if yes, when is the next LTS planned t
Have you checked the Wiki? For instance
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
Richard
On Thursday, November 14, 2013, Harshith Pd wrote:
> I need to implement a https site for jenkins, the jenkins is running on
> the windows server 2008 r2 machine. Currently
We are using globally defined credentials using the Jenkins "Manage
Credentials" feature to authenticate to our internal Atlassian Stash Git
repository.
It works fine with my personal credentials, but the service account that
our IT folks created doesn't work and I think it is because the password
The only way I know how is to copy the old war file back in and start the
service.
1.536 can be found here: http://mirrors.jenkins-ci.org/war/1.536/
- Original Message -
From: "Eric Wood"
To: jenkinsci-users@googlegroups.com
Sent: Thursday, November 14, 2013 11:50:07 AM
Subject: U
I just upgraded a test platform to the latest version 1.539. I'm running
Jenkins as a windows service on Windows 2008 R2 server. I upgraded by
selected the latest version from he management Jenkins page internal to the
application. The service dies when I attempt to restated it, it now will
I have a single instance of Jenkins running under tomcat on a Windows server.
I'm starting to have many jobs and looking for the best growth path. Do I
create separate instances on Jenkins running on different servers? Is this a
master slave situation for me? Many of my jobs are not interrel
You might be able to use the the new credentials support which is available
in Git plugin 2.0. From the "Manage Jenkins" UI, there is a "Manage
Credentials" page where you can add a new credential with the user name and
password. Then configure the Git plugin portion of that job to use the
provid
I'm getting the following error from Git polling. I replaced the actual
repo url with [REPO_URL] as it is an internal corporate server. One thing
that I noticed though is that the repo url being used does not have the
password in it even though I have it specified in my project settings.
I am s
In Jenkins, Is there a way to change the value dynamically in a child combo
box based on the value selected in the parent combo box.
--
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
I need to implement a https site for jenkins, the jenkins is running on the
windows server 2008 r2 machine. Currently we are running the http site for
jenkins on the windows server 2008 r2. Please help. Here is the problem :
We have a Jenkins Master-Slave configuration set up, where Master is a
I don't know abt coverage in particular, but you can check
https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin for
generally running stuff more than once.
On Thu, Nov 14, 2013 at 3:22 PM, Stefano Maggiolo wrote:
> Hello,
>
> Jenkins newbie here, sorry if the question has an obvio
Hello,
Jenkins newbie here, sorry if the question has an obvious answer.
In my project I have two suites of tests (unit tests and functional tests).
I produce a coverage.xml for each, separately. Is there a way to instruct
the cobertura plugin to show two separate coverage reports instead of
m
Thanks! I forgot that some of the plugins come builtin.
Regarding the confusion, we use Jenkins to run specific job type and
specific configuration, when our people see all kind of maven and ant
projects or some SCM options, they don't know what it does and sometimes
check them or come asking q
Hi, I want to pass the '-j' *argument to the make command*, but I didn't
find any suitable place.
When I'm trying to add it to the 'make command' field (i.e.- make -j), I
*receive
an error* saying:
'There's no such executable...'
I guess I can create a script calling to make with the argument
29 matches
Mail list logo