I second this question!
On Friday, April 3, 2015 at 5:09:23 AM UTC-7, preeti k wrote:
>
> How can the hostname and ip information of all the slave nodes be
> retrieved using Jenkins Python Rest API?
>
> The only way I have got the host name is by hitting the URL
> http:///computer//config.xml.
On 02/08/15 02:44, bl0ck3r wrote:
The git-plugin clones and fetches everything without any problem, but it
errors out in the end. I am puzzled.
Here is the configuration:
Repo URL: ${UPSTREAM_REPO}
Name: upstream
Refspec:
+refs/heads/${UPSTREAM_BRANCH}:refs/remotes/upstream/${UPSTREAM_BRANCH}
R
Hi there,
On 03/08/15 13:41, Ss Oi wrote:
Hello, I get the following error after the login window. I tried new
start of computer and the thread, but nothing helps. Here is the error
list:
Oops !!
A problem occurred while proce
the crumbIssuer is only available if you have enabled "Prevent Cross Site
Request Forgery exploits" in the Jenkins configuration.
If it is failing as that is not enabled it is a bug in the tool - it should
check if it is enabled and not use a crumb if not enabled (ie handle the
404 and continue
e:\Java\jdk1.7.0_55/bin/java, -Xmx1024m, -cp,
E:\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-agent-1.6.jar;e:\apache-maven-3.0.4\boot\plexus-classworlds-2.4.jar,
org.jvnet.hudson.maven3.agent.Maven3Main, e:\apache-maven-3.0.4,
E:\Jenkins\war\WEB-INF\lib\remoting-2.47.jar,
E:\Jenkins\plugi
not that I am aware of - but that doesn't mean that one of the 1000+
plugins doesn;t support this.
I guess it could be a simple tweak to
the https://wiki.jenkins-ci.org/display/JENKINS/FSTrigger+Plugin if you are
a java coder.
On Tuesday, 4 August 2015 04:53:45 UTC+1, moodysma sma wrote:
>
> Is
the former looks should include all transative deps which will likely
incluce the dependencies that are bundled with Jenkins core for the version
of jenkins you target (like junit that used to not be a plugin).
The UpdateSite should match exactly the json from the updateCenter.
On Monday, 3 Aug
I added Conditional BuildStep plugin as well. Then I saw Conditional Step
in job configuration.
https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this
Thanks, it looks as I was searching ...
On Tuesday, 4 August 2015 16:11:12 UTC+2, Björn Pedersen wrote:
>
> Hi,
>
> there is
> https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Usage+Plugin+%28Community%29
>
> which will show you which plugins are used in jobs.
> But beware, plugins that are
When I used this plugin when passing in a label, and I have the "run on all
nodes matching this label", one of the nodes with such label starts two
consecutive runs.
If I look at the environment variables of the two runs I see
NODE_LABELS being set to "LABEL NODE_NAME"
I'm using 1.51 of the pl
Hi all,
I am using Jenkins for the first time. I am trying to build projects
written in C using Jenkins. The build tool I am using is CMake after
installing CMake builder plugin. But Jenkins Console output always reports
the build as failure. The causes of build failure reported by Jenkins are:
Thanks a lot. It worked fine.
On Tuesday, August 4, 2015 at 3:03:32 PM UTC+1, Daniel Beck wrote:
>
> Configure the Safe HTML formatter in the security options of Jenkins.
>
> On 04.08.2015, at 15:54, KKCS > wrote:
>
> > In the manage Jenkins tab while configuring the system I tried to add
> des
Hi,
there is
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Usage+Plugin+%28Community%29
which will show you which plugins are used in jobs.
But beware, plugins that are only global (no config in job, e.g.
SimpleTheme plugin) will not be detected as used.
Björn
Am Dienstag, 4. August 201
Configure the Safe HTML formatter in the security options of Jenkins.
On 04.08.2015, at 15:54, KKCS wrote:
> In the manage Jenkins tab while configuring the system I tried to add
> description in HTML. When it is applied and saved Jenkins is showing the
> whole syntax as such and not displayin
I wonder if you are getting the DOS "sort" command instead of Cygwin.
Try giving the full Cygwin path to sort.
Eric
On 8/4/2015 4:44 AM, Jan-Marek Glogowski wrote:
Hi
I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup
was working for a long time, but failed to work after
In the manage Jenkins tab while configuring the system I tried to add
description in HTML. When it is applied and saved Jenkins is showing the
whole syntax as such and not displaying only the contents I want to be
displayed.
--
You received this message because you are subscribed to the Googl
Beginner to use Jenkins. I am configuring a Jenkins job using CMake build
tool. It reports build failure notifying cannot find files in the specified
path which is wrong. Can anyone suggest some ideas to sort out this issue.
Thank you.
--
You received this message because you are subscribed to
Hi All,
I need groovy commands which will delete a node or slave from jenkins
instance when executed via jenkin job.
Thanks & Regards,
Jagadish
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving
I am sorry if repeating same question:
1. Is there any way to find plugins which are installed but not used. I
want to uninstall all unused plugins.
2. Is there any way to know which plugin is used in which job?
Thanks
--
You received this message because you are subscribed to the
Replying to myself...
Am 04.08.2015 um 10:44 schrieb Jan-Marek Glogowski:
> + echo ' Test'
> + tr '\ ' '\n'
> + sort
> + hexdump -C
> 0d 0a 54 65 73 74 0d 0a |..Test..|
> 0008
> + echo
I got the correct hint from the Cygwin mailing list:
> + which sort
> /
Sorry, jenkins version is 1.620 not 1.622
--
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...@googlegroups.com.
To view this discussion
Jenkins - 1.6.22
Jabber plugin - 1.3.5
IM plugin - 1.3.5
Every now and then I'm getting a socket closure in the jenkins log and
jenkins can no longer publish build events to our chat room on our ejabberd
server. Also, I think because the server doesn't see the disconnect it
still thinks the jen
Hi
I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup
was working for a long time, but failed to work after the last Cygwin
and Jenkins update from 1.596 => 1.619.
The general build is working, if I manually run it, but fails when
triggered using the Jenkins slave. I finally
Yes, thats's what I mean.
But I got it now to work with another jenkins instance ... which is
basically a copy of the non-working one ... but I'll see if sth. is
different here ... :)
Am Dienstag, 4. August 2015 10:25:08 UTC+2 schrieb matthew...@diamond.ac.uk:
>
> We’re using dynamic trigge
We’re using dynamic triggers (i.e. some job configurations specify a “Dynamic
Trigger Configuration”), and that works.
I’m not sure what you mean by “dynamic trigger url”.
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]
Sent: 04 August 2015 09:09
To: jenkinsci-use
Are you also using dynamic trigger url? The plugin using manual triggers is
working for us too, just using dynamic trigger configuration url doesn't
work...
Am 04.08.2015 10:06 vorm. schrieb :
>
> Gerrit Trigger Plugin 2.14 is working for us, and as far as I recall 2.13
did as well.
>
>
>
> From:
Gerrit Trigger Plugin 2.14 is working for us, and as far as I recall 2.13 did
as well.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Frank Bartz
Sent: 04 August 2015 08:07
To: Jenkins Users
Subject: Re: Gerrit Trigger Plugin v2.13+ - dynamic trigge
Hi,
no ideas?
The problem still persists, even if using http trigger config url.
Starting with 2.13 I don't get any dynamic triggers to work ...
Br
Frank
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and s
28 matches
Mail list logo