Re: Missing build status in the build history of several jobs

2015-12-01 Thread ludovic . vercruysse
Dear, Accessing to the url /22 displays an error 404. I also did not find any reference to the deletion of this build in the logs of Jenkins (stdout.log and audit.log) May I ask you what can cause missing build.xml files and how we can avoid such issues ? Best regards Le lundi 30 novembre

Re: Jenkins job started by timer at an unexpected time

2015-12-01 Thread ludovic . vercruysse
Dear, As the issue occured, we did not see any error message in the logs of https://[OUR_JENKINS_INSTANCE]/computer/[OUR_SLAVE_SERVER]/log On which class would you advice us to add logging ? What would be the link between the fact that a connection issue has perhaps occured between the master

Commit hook causes not respecting choice parameter defaults

2015-12-01 Thread Dave Save
Hi everyone, first time question. I noticed that builds originating from git commit (BUILD_CAUSE=COMMITHOOKCAUSE) have none of the choice parameters defaults. Is that normal behavior? Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: jenkins advanced user right

2015-12-01 Thread iostrym
Thanks. role based plugin don't work without cloudbee folder ? I had a quick look at role based plugin but hte problem is that all existing right for each user (around 30) will be lost with this plugin. It seems that we will have to redo all right for each user. right ? I also discover that at

Re: Missing build status in the build history of several jobs

2015-12-01 Thread Victor Martinez
That's an interesting topic I've never had such an issue, does anybody got access to remove files in the server? As far as I see, if you delete a particular build it won't throw any log traces by default, you will need to add some debug level, I guess so Cheers On Tuesday, 1 December 2015 09:

Re: jenkins advanced user right

2015-12-01 Thread Stephen Connolly
On 1 December 2015 at 10:01, iostrym wrote: > Thanks. > > role based plugin don't work without cloudbee folder ? I had a quick look > at role based plugin but hte problem is that all existing right for each > user (around 30) will be lost with this plugin. It seems that we will have > to redo all

Re: Missing build status in the build history of several jobs

2015-12-01 Thread ludovic . vercruysse
No, only my team has an access to the server on which the Jenkins jobs are stored and we did not perform such a removal. Le mardi 1 décembre 2015 11:03:35 UTC+1, Victor Martinez a écrit : > > That's an interesting topic > > I've never had such an issue, does anybody got access to remove files in

Re: jenkins advanced user right

2015-12-01 Thread iostrym
thanks a lot. but it will be difficult for us to buy such a plugin. anyone else know if there is a free plug in to lock some slave for some users or one user ? Le mardi 1 décembre 2015 11:06:00 UTC+1, Stephen Connolly a écrit : > > On 1 December 2015 at 10:01, iostrym > > wrote: > >> Thanks. >>

[workflow-plugin] Running a worker job on executor allocated by workflow job

2015-12-01 Thread mayhyr
Hi, I have a set of jobs that I want to integrate using a common Workflow. Some of them contains complex plugin configuration that is hard to duplicate within a workflow, i.e. xunit plugin, extended email, etc. Concurrent executions of this workflow should be allowed. At the same time I have a

Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-01 Thread Valeriy Leykin
Hi, I'm using the build flow in my jobs and I would like to get any build result from build object even if the build is failed or unstable. For example: try{ BUILD_TO_RETURN = build(parameters: newparams, job: jobName, quietPeriod : 5); println("Result is: " + BUILD_TO_RETURN.getResult()

android-x86 or Genymotion emulators with Jenkins

2015-12-01 Thread Kirshan Luhana
Greetings did anyone tried android-x86 genymotion emulators with Jenkins, who do you connect and get console output ? 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, s

Need help in android base open source project

2015-12-01 Thread Kirshan Luhana
Hi We are maintaining one Android base application for promoting education. currently we are facing one big problem that some test fails (Random ) with error description list not fount, text not found etc. we tried lot to reflector code but as they were running fine before bug, it sense less to

I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Maria Victoria Martinez Torino
Hi, We are trying to integrate Jenkins v1.639 installed and running on a Linux server with a GitHub Enterprise server. We have installed the following plugins installed on Jenkins (with the corresponding versions):

Re: Need help in android base open source project

2015-12-01 Thread Victor Martinez
You need to elaborate a bit more your issue (what errors exactly you get, what version of jenkins you use (plugins, os...), whether it works locally, where your project is based Cheers On Tuesday, 1 December 2015 14:41:20 UTC+1, Kirshan Luhana wrote: > > Hi > We are maintaining one Android

Re: Need help in android base open source project

2015-12-01 Thread Kirshan Kumar
Thanks, I am sorry for short text, here is details We are using Jenkins 1.611,Plugin mainly github, android emulator, Gradle, system LMDE 17.2 , Oracle JDK 8, NVidia GPU , latest android SDK Problem is On different API levels we are getting different test fails or if we run with same API two th

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Mark Waite
I'm surprised you're using the weekly build of Jenkins with a purchased source control system. You may want to consider the LTS version instead. The message "could not init" might indicate a permissions problem with the /tmp directory. It might indicate a problem with your configuration of fit i

Re: Commit hook causes not respecting choice parameter defaults

2015-12-01 Thread Daniel Beck
No, it's a bug. Its fix is waiting to be merged (Git Plugin PR 356). On 01.12.2015, at 10:54, Dave Save wrote: > Hi everyone, first time question. > > I noticed that builds originating from git commit > (BUILD_CAUSE=COMMITHOOKCAUSE) have none of the choice parameters defaults. > > Is that nor

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Mark Waite
One more item, I don't recall ever seeing a username/password pair work with an ssh authenticated repository access through the plugin. The syntax "git@servername:reponame" requires a private key. If you need to provide username/password, then I think you'll need to use either http or https proto

Re: Request for participation: Jenkins Security Officer candidates

2015-12-01 Thread Oleg Nenashev
Just read this e-mail. Congrats to Daniel! среда, 11 ноября 2015 г., 0:43:19 UTC+3 пользователь R Tyler Croy написал: > > > Based on the team lead proposal > (https://wiki.jenkins-ci.org/display/JENKINS/Proposal+-+Project+sub-teams) > > which was approved in the governance meeting last month, I

Re: Request for participation: Jenkins Security Officer candidates

2015-12-01 Thread R. Tyler Croy
I neglected to send an update this past week but the board has appointed Daniel Beck as the Jenkins Security Officer for the next 12 months. See On Tue, 10 Nov 2015, R. Tyler Croy wrote: > > Based on the team lead proposa

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Maria Victoria Martinez Torino
What do you mean by "LTS" version? On Tue, Dec 1, 2015 at 1:14 PM Mark Waite wrote: > One more item, I don't recall ever seeing a username/password pair work > with an ssh authenticated repository access through the plugin. The syntax > "git@servername:reponame" requires a private key. If you

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Indra Gunawan (ingunawa)
https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line The “LTS” is Long Term Support Release version. It is a stable release version. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Maria Victoria Martinez Torino mailto:victoriamartineztor...@gmail.com>> Reply-To: "jenkin

Re: disable disk usage calculation

2015-12-01 Thread Indra Gunawan (ingunawa)
Then uninstall the disk-usage plugin. I do not think it is possible to disable calculation after every build completes. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of "lvoty...@redhat.com" mailto:lvoty...@redhat.com>> Reply-To: "jenkinsci-users@googl

Re: disable disk usage calculation

2015-12-01 Thread Andrew Bayer
Yeah, I tried hacking it to not do that, and, well, it either kept doing it or just didn't work. I haven't actually played with https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Simple+Disk+Usage+Plugin yet, but I believe it's intended to address a lot of the performance problems with the disk

How to run/execute few tests of a job on multiple nodes in jenkins

2015-12-01 Thread Amit Mehrotra
HI, Is there a way to load balance the tests which we have in a job in Jenkins. Suppose a job is supposed to run 6 tests on 3 nodes, is there a way that we can run 2 tests each at the same time on each node. For e.g Tests are - A,B, C, D,E,F Nodes are - 1,2,3 Can we some how run tests A,B on

Jenkins job

2015-12-01 Thread GBANE FETIGUE
Hi buddy I need ideas about a jenkins job that I want to create . I have the idea but I don't really know where to get started. I have a web app displaying server status. and whenever the status is good the results is " like a boss" which mean positive and when is bad it displays " horrib

Re: disable disk usage calculation

2015-12-01 Thread Indra Gunawan (ingunawa)
This is not a free plugin I presume. CloudBee Simple Disk Usage Plugin? From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Andrew Bayer mailto:andrew.ba...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@google

Re: disable disk usage calculation

2015-12-01 Thread Andrew Bayer
Nope, it's free - CloudBees is just claiming some credit. =) On Tuesday, December 1, 2015, Indra Gunawan (ingunawa) wrote: > This is not a free plugin I presume. CloudBee Simple Disk Usage Plugin? > > From: > on > behalf of Andrew Bayer > > Reply-To: "jenkinsci-users@googlegroups.com > " < >

Re: android-x86 or Genymotion emulators with Jenkins

2015-12-01 Thread Christopher Orr
Genymotion emulators should automatically become available via adb, so you shouldn't have to do any special setup. If not, you can get the IP address of the emulator via the Genymotion shell (I believe the shell command is "devices list"), and then run `adb connect $IP`. On 01/12/15 14:36, Kirsh

Re: Get API token using API

2015-12-01 Thread Christopher Orr
On 30/11/15 16:51, cchap...@kinaxis.com wrote: > Is it possible to get the API token using the API after authenticating > with the users real password? No, user API tokens are not exposed via the API. Regards, Chris -- You received this message because you are subscribed to the Google Groups "

Re: Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-01 Thread Christopher Orr
Hi there, On 01/12/15 14:17, Valeriy Leykin wrote: > I'm using the build flow in my jobs and I would like to get any build > result from build object even if the build is failed or unstable. I haven't used Build Flow, but I would guess that this is a basic scoping problem. BUILD_TO_RETURN is def

Large Multi Configuration Project, Paginate Status Page?

2015-12-01 Thread Stephen G
I have a new multi configuration project that is very large (10,000+ configurations). The status page takes too long to load, is slow, etc. I'm suspecting that the 10,000 JavaScript calls that it's making overload the system just a bit. Is there a way to paginate the status page? Custom status

Re: How to use proxy socks with Jenkins

2015-12-01 Thread Christopher Orr
>From the example on the wiki page, you add them as Java options: java -D -D -jar jenkins.war You don't mention which OS or Jenkins package you're using, or how you modified the startup script, so it's hard to give specific info. But on Debian, you would modify JAVA_ARGS in /etc/default/jenki