Throttle Concurrent Builds and Matrix configuration builds

2021-03-15 Thread Geoffroy J
Hello i am trying to achieve the following use case using Throttle Concurrent Builds 2.2 plugin: Given a multi-configuration (matrix) job, limit the parallel execution of the job configurations to the following: 1. no more than 4 configurations of given job running globally 2. no more than

Re: Abridged summary of jenkinsci-users@googlegroups.com - 1 update in 1 topic

2021-01-24 Thread Geoffroy J
Hello you probably want to use https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#isunix-checks-if-running-on-a-unix-like-node On Sun, 24 Jan 2021 at 16:51, wrote: > jenkinsci-users@googlegroups.com >

CustomTool installation issue with large Matrix job (race condition)

2020-11-13 Thread Geoffroy J
27;ll switch to a manual install... [CustomTools] - scm-sonarqube-build-wrapper: Starting installation FATAL: Failed to install https://sonarqubeserver/sonarqube-prod/static/cpp/build-wrapper-win-x86.zip to E:\j\tools\com.cloudbees.jenkins.plugins.customtools.CustomTool\scm-sonarqube-build-wrapp

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
I would have a look here: 00:00:03.846 11:26:43.035 INFO: Indexing files... 00:00:03.846 11:26:43.035 INFO: Project configuration: 00:00:03.846 11:26:43.039 INFO: 0 files indexed Seems it is not finding any file to analyse... On Thu, 12 Nov 2020 at 11:47, Richard Bywater wrote: > I think yo

How to conditionally execute a step based on changeset (multiple paths)?

2020-11-12 Thread Geoffroy J
Hello our repository structure is as follow (simplified): /app |-- /linux |-- /win |-- /macos i am trying to execute conditionally a build step based on changeset content into both linux & macos folder, but it is not working properly: when { changeset "*/linux/**,*/macos/**" } Is it

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
Hello i would recommend to remove extra-spaces for "-D" options, this is incorrect syntax, and also enable debug mode (-X). As you are providing information using the scanner option, maybe it is normal to see "Project root configuration file: NONE " log. Maybe setting sonar.projectBaseDir option

Re: View all credentials on an instance (global, folders, users, ...)

2020-09-16 Thread Geoffroy J
Thanks Ivan, this is a great start and it is properly listing folder-level credentials. I just need to make the output more user friendly, especially adding the scope of the credential. On Mon, 14 Sep 2020 at 18:08, Ivan Fernandez Calvo wrote: > I think this groovy script is what you want > http

Build Failure Analyzer - Getting Pipeline Stage?

2020-08-19 Thread Dunnigan (US), Terrence J
Hi all, We use the Build Failure Analyzer to help identify causes of build failures in our Jenkins. It works well on our Pipeline jobs via the Jenkins GUI, linking directly to the failure in the console output. We use the REST API to get the failure data. We'd like to know in which pipeline st

Re: [JCasC] can i utilize variables?

2020-07-24 Thread j
Thank you, Ivan and Mark. I shall try your recommendation. :) Regards, J On Friday, July 24, 2020 at 10:24:13 AM UTC-7, Mark Waite wrote: > > In case it helps, here is an example that sets the Jenkins URL > <https://github.com/MarkEWaite/doc

Re: [JCasC] can i utilize variables?

2020-07-24 Thread j
Thank you, Phillip. I shall try your recommendation. :) Regards, J On Friday, July 24, 2020 at 1:52:53 PM UTC-7, Phillip Bailey wrote: > > Hi, > > Jinja templates are great for such use. However, if you fancy something > more "exotic", go templates are somethi

Re: [JCasC] can i utilize variables?

2020-07-24 Thread j
Thank you Nigel. I shall try your recommendation. :) Regards, J On Friday, July 24, 2020 at 2:55:48 AM UTC-7, nigel.a...@braincorp.com wrote: > > I don't believe JCasC support variables in the yaml, but in our project we > use jsonnet <https://jsonnet.org/> to be abl

[JCasC] can i utilize variables?

2020-07-23 Thread j
Hi! I am new to this. I have been trying to figure out a way to utilize variables in the yaml file. Help. Regards, J -- 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

Re: Help Jenkins with TestComplete

2020-06-14 Thread Geoffroy J
Hello seems you are running under Windows. Does Jenkins run as a service? Have you enable the option "Allow service to interact with desktop" on the service? Regards On Saturday, 13 June 2020 15:33:20 UTC+2, Sanjib Basak wrote: > > Do you have any resolution for this problem i am also facing same

Re: Jenkins Jira integration through Jira Trigger plugin

2020-05-02 Thread Geoffroy J
Hello silly question (sorry), but is your Jenkins visible from Jira Cloud? ie. does it have a public url? On Saturday, 2 May 2020 00:21:33 UTC+2, swathi mudumbai wrote: > > Hi > > I am trying to integrate Jenkins with JIRA cloud through JIRA trigger > plugin, in order to trigger the build in

Re: Jenkins printing every remote branch on all builds [JENKINS-22794]

2019-07-26 Thread Geoffroy J
Hi have you set the option on both master and slaves? BR On Thursday, 25 July 2019 10:25:52 UTC+2, Jordan Sokolic wrote: > > We are experiencing an issue where Jenkins prints every remote branch in > our repository to the console in every build. Since we have several > thousand remote branches,

Repeat Build with Parameters

2019-06-27 Thread Madhusudan G J
Hi, I am new to jenkins and needs help, how do I build with parameters script till I pass "No" parameter. Currently, I have a script, which will run and complete, when I click on build with parameters. But I would like to gather the different parameters for different builds one after the other

Re: Problem when trying to connect to GitHub from a Windows slave

2019-05-27 Thread Geoffroy J
Hello Have you tried cloning manually using the ssh key on windows? Also, what username have you configured for your git credential on Jenkins? I faced ssh issues on windows because of change in SSH/GIT and it was necessary to set credential username to 'git' instead of the real github username

Re: configuring multibranchPipelineJob with JobDSL plugin

2019-04-04 Thread j . knurek
I've cross posted in the https://groups.google.com/forum/#!forum/job-dsl-plugin email list, as it seems like a better place for this discussion *(sorry, didn't know it existed beforehand)* On Wednesday, 3 April 2019 17:38:19 UTC+2, j.k...@travelaudience.com wrote: > > I'm getting lost in the m

configuring multibranchPipelineJob with JobDSL plugin

2019-04-03 Thread j . knurek
I'm getting lost in the mixed documentation on how to manage the configuration of a multibranchPipelineJob with the Job DSL plugin. Creating the job itself is straight forward, but when trying to recreate the Branch Sources for github as is possible in the UI, I'm not sure which patterns to fol

Viewing Performance Plugin Result Graphs slows down jenkins

2019-03-28 Thread ';Kay J' via Jenkins Users
Hello everyone, I'm using latest jenkins LTS as well as up to date plugins. Plugins installed are nothing fancy: Pipeline, Github PR, Git and additional tools like timestamper etc. Problem: When viewing performance test result graphs, created by performance plugin, we sometimes get very high c

How to Trigger back the Jenkins job from the job who triggered it?

2019-03-18 Thread Ramdinesh J P
[image: jenkins_job.PNG] Here, three different jobs triggers the JOB X. Requirement is, on completion of JOB X, it should trigger back the job who triggered it. For example, if JOB X is triggered by JOB B, it should trigger back only the JOB B. Things I have tried: 1. I have used

Re: GitHub Branch Source Plugin "trusted" pull request property in Jenkinsfile?

2019-03-04 Thread Brian J. Murrell
On Mon, 2019-03-04 at 15:28 +0100, Baptiste Mathus wrote: > This seems like a useful thing. I would recommend filing an issue in > https://issues.jenkins-ci.org/secure/Dashboard.jspa describing your > goal > and use case (after having checked it's not already filed, that is, > goes > without saying

GitHub Branch Source Plugin "trusted" pull request property in Jenkinsfile?

2019-02-20 Thread Brian J. Murrell
Hi. Is the "trusted" property of a GitHub pull request (i.e. the Trust field in "Discover pull requests from forks" in the GitHub Organization configuration screen) available to a Jenkinsfile in any way? I would like to have my Jenkinsfile behave differently based on whether the PR from a fork is

typo on LTS Changelog page

2019-02-15 Thread ';Kay J' via Jenkins Users
Hello Jenkins users, I'm not sure whom to contact, but there seems to be a type in the date of the 2.150.3 LTS update: https://jenkins.io/changelog-stable/ It says What's new in 2.150.3 (2019-01-13) Should be 02 (Feb) instead of 01, right? Regards, Kay -- You received this message because

original git sha when git[hub] commit is merged with master

2019-02-13 Thread Brian J. Murrell
Using the multibranch source plugin with github and pipelines, I notice that the commit from the github PR will sometimes be merged with remotes/origin/master and that merge commit is what GIT_COMMIT is set to which is what built and tested. I.e.: > git fetch --no-tags --progress https://github.

RE: Does the SSH Agents plugin support FIPS 140-2?

2019-02-13 Thread Dunnigan (US), Terrence J
Mark Waite Sent: Monday, February 11, 2019 1:55 PM To: Jenkins Users Subject: Re: Does the SSH Agents plugin support FIPS 140-2? Try with an ed25519 private key. Some online docs suggest that ed25519 is FIPS-140-2 approved. On Mon, Feb 11, 2019, 12:13 PM Dunnigan (US), Terrence J

Does the SSH Agents plugin support FIPS 140-2?

2019-02-11 Thread Dunnigan (US), Terrence J
Hi all, Does the SSH Slaves plugin support FIPS 140-2 (https://en.wikipedia.org/wiki/FIPS_140-2) ? In my case I have a Windows VM running Jenkins trying to connect to a RHEL7 VM with FIPs enabled. I'm getting SSH authentication errors, and the RHEL logs suggest that the Jenkins SSH Slaves plug

Re: Incorrect visualisation of pipeline with failed stage

2019-01-16 Thread Brian J. Murrell
On Wed, 2019-01-16 at 01:22 -0800, Vitaly Karasik wrote: > I'm using Jenkins 2.151 with declarative pipeline. This pipeline has > a few > stages. > If one of stages failed, Jenkins classic UI (unlike BlueOcean) shows > all > following steps as failed, even they weren't executed at all - see > at

Re: github quota limit when scanning with the addition of tags

2018-10-04 Thread j . knurek
I've started looking into this issue again. It's been an ongoing problem, that only continues to get worse over time. We're using the basic-branch-build-strategies-plugin at the moment, which provides an option for not building tags older than a week. But this option provides no value in limiti

Jenkins master freezing up with k8s plugin

2018-09-13 Thread j . knurek
We're having a significant issue with our Jenkins env. Our Jenkins setup is running in Kubernetes, and sometimes the master is no longer able to provision new nodes, and the existing nodes don't disconnect. We're using 1.10.1 of Kubernets plugin, and Jenkins version is 2.121.2, and running in

Is Plugins available to create Alert if jenkins job waiting in queue(to execute in slave) for more than 1 hr

2018-04-30 Thread gowthaman J
Hey Team, I have written a shell script to create Alert, if jenkins job waiting in queue(to execute in slave) for more than 1 hr. May i know is there any plugins available to make it easier. Any help is much appreciated. Thanks Gowthaman J -- You received this message because you are

Re: reporting status back to Github, before using `input`

2018-04-06 Thread j . knurek
I think I answered my own question in finding a plugin to do this: https://plugins.jenkins.io/pipeline-githubnotify-step On Friday, 6 April 2018 14:00:57 UTC+2, j.kn...@travelaudience.com wrote: > > I think I have a request for something that is not possible, but I thought > I'd ask anyhow. >

reporting status back to Github, before using `input`

2018-04-06 Thread j . knurek
I think I have a request for something that is not possible, but I thought I'd ask anyhow. Here's the current scenario: We're using Github multibranch/organization so that every branch in every repo that has a Jenkinsfile gets built with CI. When the build completes, Jenkins reports the statu

Re: github quota limit when scanning with the addition of tags

2018-01-04 Thread j . knurek
Ok, than I think I misunderstand what the scan is doing. During the scan, Jenkins creates a list in memory of all branches, tags, PRs. It does it from a single api call? Or from an api call for each type? And then while iterating over that list, for each entity Jenkins makes an api call to get t

Re: github quota limit when scanning with the addition of tags

2018-01-04 Thread j . knurek
I do want tags. I want tags very much. I'm very happy this feature is finally available. There just happens to be some tags in that repo that reference commits in which no Jenkinsfile exists, and I happened to copy those examples. Here is a better example: Checking tag v1.1.0

Re: github quota limit when scanning with the addition of tags

2018-01-04 Thread j . knurek
@Stephen You mention that caching the responses would "save about 50% of the requests." That seems like a significant savings to me. I'm also wondering, I'm seeing a lot of things like this in the scan log: Checking tag v0.28.1 ‘Jen

Re: github quota limit when scanning with the addition of tags

2018-01-03 Thread j . knurek
> > There are only two good reasons to scan periodically: > 1. To recover from missed events (keep in mind that follow-up commits will > typically recover anyway, so the only case here is a commit before bedtime > not being built by morning because that event was not delivered by GitHub) > >From

github quota limit when scanning with the addition of tags

2018-01-03 Thread j . knurek
Now that we've added *Discover tags*[1 ] and a *Build everything*[2 ] strategy, we're running into Github quota limits quite frequently. 18:58:09 GitHu

Jenkins pipeline editor

2017-11-10 Thread Nick J
Hi everyone, I am trying/experimenting with the Jenkins pipeline editor: http://myjenkins/pipeline-syntax/ to generate some code. But is it possible to have code completion in the textbox of the pipeline itself? -> http://myjenkins/job/pipelinetest/configure (pipeline script) Because as it is n

Re: [hard] problem building github tags

2017-11-01 Thread j . knurek
hmm, I checked out your branch: https://github.com/stephenc/github-branch-source-plugin/tree/jenkins-34395 compiled and installed: 2.2.5-SNAPSHOT (private-e98acfa4-root) but still not seeing any tags built On Wednesday, 1 November 2017 16:54:22 UTC+1, Stephen Connolly wrote: > > 2.2.4 does not h

Re: [hard] problem building github tags

2017-11-01 Thread j . knurek
ah, well that explains it :) I should have paid more attention that the PR is still open https://github.com/jenkinsci/github-branch-source-plugin/pull/158/ On Wednesday, 1 November 2017 16:54:22 UTC+1, Stephen Connolly wrote: > > 2.2.4 does not have discovery of tags merged yet > > On 1 Novembe

Re: [hard] problem building github tags

2017-11-01 Thread j . knurek
I've got version 2.2.4 of GitHub Branch Source Plugin installed, and compiled, installed, and configured my organization folder to use https://github.com/AngryBytes/jenkins-build-everything-strategy-plugin which uses: @Override public boolean isAutomaticBuild(SCMSource source, SCMHead hea

Pipeline: Groovy closure returns early after method call

2017-03-28 Thread Mark J. Becker
Hi, I have a problem executing closures in my pipeline, since they return early. I could break down the problem to the following minimal example: class Foo { Closure cl = { String a -> return "Say: ${this.bar(a)}" } String bar(String a) { return "Hello ${a}." } }

Maven Plugin

2017-03-21 Thread christopher j
Hi All, I am trying deploy war using maven in Jenkins, I am searching for maven war plugin in jenkins. But I couldnt get the Plugin in jenkins->Manage PLugins. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

docker swarm mode + pipeline deploy

2017-02-16 Thread Denis J. Cirulis
Hello, wanted to ask for help with creating docker service from pipeline. For now I'm running my app stack from compose file on a single node. Created a swarm cluster (1.13.1) and wondering how can I create each component of this compose file as a standalone service from pipeline. When I do with

Re: Does kubernetes plugin allow modifying POD resource limits?

2017-01-26 Thread J
2017 12:40:57 UTC-8, Carlos Sanchez wrote: > > > > On Thu, Jan 26, 2017 at 9:04 PM, J > > wrote: > >> That worked with actually setting the name to 'jnlp-slave'; in a resource >> unlimited namespace. Thanks >> > > if you don't set the name

Re: Does kubernetes plugin allow modifying POD resource limits?

2017-01-26 Thread J
11:08:20 UTC-8, Carlos Sanchez wrote: > > You can check in k8s why the container exited. > You need to make sure args is '${computer.jnlpmac} ${computer.name}' > > On Thu, Jan 26, 2017 at 8:04 PM, J > > wrote: > >> >> You're right, the api only se

Re: Does kubernetes plugin allow modifying POD resource limits?

2017-01-26 Thread J
You're right, the api only seems to define container limits. While I still look for how the api infers these; I can usually define them in a yaml like this with a "type: Pod" label, and it puts limits on

Does kubernetes plugin allow modifying POD resource limits?

2017-01-25 Thread J
I'm trying to schedule jenkins-slave PODs on a locally running cluster of mine which already has resource limits for cpu/memory for PODs & Containers. Firstly where can we specify resource limits for PODs (UI or anywhere)? The values I do specify through the jenkins UI seem to be meant for conta

Re: Kubernetes does not show as Cloud Provider

2017-01-25 Thread J
: > > Unsupported major.minor version 52.0 > > Kubernetes plugin requires Java 8 > > On Wed, Jan 25, 2017 at 6:28 PM, J > > wrote: > >> I did a new install and I see a bunch of warnings all failing to load >>> modules and all citing the same major m

Re: Kubernetes does not show as Cloud Provider

2017-01-25 Thread J
> > I did a new install and I see a bunch of warnings all failing to load > modules and all citing the same major minor version error (highlighted > below): > INFO: Jenkins is fully up and running Jan 25, 2017 5:20:12 PM hudson.model.UpdateSite$Plugin getNeededDependencies WARNING: Could

Kubernetes does not show as Cloud Provider

2017-01-24 Thread J
Hi, I'm using the latest version of Jenkins (2.32) and the Kubernetes plugin (0.10). I've tried re-installing the plugin a few times. My Jenkins is on an individual machine. The problem is that it never shows Kubernetes as a Cloud Provider (no cloud section in fact); while it works if the docke

which plugin will help me run my tests

2016-12-02 Thread Ramesh J
Hi , I want to run my nightly regressions on a set of hosts, which plugin to Jenkins will help me to achieve this. I want to schedule a build using only one Machine and then start a nightly regression(100 individual scripts, each script is a test) on multiple hosts after copying the build.

Re: Exe runs very slow under Jenkins compared to running directly

2016-11-10 Thread J Starbird
at 10:35:12 AM UTC-8, Daniel Beck wrote: > > Is it writing large amounts of text to stdout? I.e. the Jenkins build log? > If so, is it still slow when redirecting output to a file, or NUL? > > > On 10.11.2016, at 19:30, J Starbird > wrote: > > > > Jenkins 2.19.

Exe runs very slow under Jenkins compared to running directly

2016-11-10 Thread J Starbird
Jenkins 2.19.1 Java 8 Windows 7 Pro Sp1 I don't know exactly when this started happening, at which upgrade of Jenkins it was just before moving to 2.x, but at some point an exe we use for special tests started running much slower. It went from running in 2hrs to taking over 6hrs. Nothing in th

Reverse Proxy Auth Plugin - LDAP troubles - 404 error

2016-10-10 Thread Dunnigan, Terrence J
Hi all, I'm using Jenkins 1.625.3 and I'm trying to configure the Reverse Proxy Auth Plugin (1.5) with my LDAP information and encountering issues. When I use the same values to configure pure LDAP, it works fine. However when I configure the Reverse Proxy Auth Plugin I encounter errors as soo

Naginator plugin support environment variables?

2016-09-19 Thread Dunnigan, Terrence J
Does the Naginator plugin support reading Jenkins environment variables? I see that Naginator exposes I'd like to define a regular expression as a Jenkins environment variable and then configure Naginator to use it. I can't seem to get this to work (or to set other inputs as environment variabl

RE: Git Client Plugin wiki page missing data?

2016-06-02 Thread Dunnigan, Terrence J
18:53, Dunnigan, Terrence J mailto:terrence.j.dunni...@boeing.com>> wrote: Does anyone know why the Git Client Plugin wiki page is missing most of its data? Both of these URLs appear to point to the same page, and both appear to be missing everything save the Plugin Information table.

Git Client Plugin wiki page missing data?

2016-06-01 Thread Dunnigan, Terrence J
Does anyone know why the Git Client Plugin wiki page is missing most of its data? Both of these URLs appear to point to the same page, and both appear to be missing everything save the Plugin Information table. https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin https://wiki.jenkins-c

Re: Amazon EC2 Plugin not starting new instances

2016-04-04 Thread Suckow, Thomas J
That is a well known issue with the Jenkins cloud API. The starting of slaves is dependent on the load statistics which take a while to convince Jenkins it should start a new slave. Effectively you can think of Jenkins trying to guess if the first jobs will finish soon and that it is "better" to

Show non-SCM changes in Jenkins emails?

2016-02-25 Thread Dunnigan, Terrence J
Hi all, Is there a way to show non-SCM related changes in Jenkins emails? I'm thinking of examples like this: - Changed job configuration o Build step o Node o etc - Wiped workspace Our emails are sent by the Email-Ext plugin and we already use the ${CHANGES} cont

RE: vsphere on-demand slave. Job hang as pending?

2016-02-19 Thread Kim J. Schmock
Have tried to search for info about using the vsphere-cloud plugin, but can't find any ( other than the jenkins plugin page). Wonder if anyone else have this working (against windows/linux)? Sent from my Cyanogen phone Den 19/02/2016 2.39 PM skrev John Mellor : I have this problem after I indep

Re: fetch the api key for the current user?

2016-02-01 Thread Brian J. Murrell
On Mon, 2016-02-01 at 13:24 -0800, milki milk wrote: >  > The security part comes in when you fetch an arbitrary user's key I never ever said fetch an *arbitrary* user's key.  I said a job run as user Bob would fetch the key of the user (again, Bob) who ran it, who has to be already logged into J

Re: fetch the api key for the current user?

2016-02-01 Thread Brian J. Murrell
On Sun, 2016-01-31 at 23:45 +0100, Daniel Beck wrote: > On 30.01.2016, at 19:10, Brian J. Murrell c...@public.gmane.org> wrote: > > > I am looking for a REST API handle to get the API key of the user > > that > > ran a job. > > I think any answer to this wou

fetch the api key for the current user?

2016-01-30 Thread Brian J. Murrell
I am looking for a REST API handle to get the API key of the user that ran a job. That is, within the build steps of a job, I want to get the API key of the user running the job to use to authenticate to jenkins to carry out other activities within the job.  In particular I want to use it to fetch

CloudBees Docker Custom Build Environment Plugin and remote docker hosts

2015-11-03 Thread Denis J. Cirulis
Hi, maybe somebody knows, can I use remote docker machine to execute build jobs inside container ? There is a input field where I can enter docker remote api uri, launch job, then remote host pulls image from private registry and then I gen this: Error response from daemon: Cannot start contain

Re: What's the best way to deploy with two factor auth?

2015-07-28 Thread Suckow, Thomas J
Others may have a better idea, but if I had to keep the two-factor I would archive the artifacts in the main build. Then create a deployment job that uses the copy artifact plugin to grab the latest build and have a parameter that was the second factor. You could then trigger that build and ente

RE: Jenkins Remoting Agent - Expired Certificate

2015-07-22 Thread Dunnigan, Terrence J
ther, but to get unblocked quickly, just download the latest slave.jar from here<http://repo.jenkins-ci.org/releases/org/jenkins-ci/main/remoting/> and use it as the slave.jar. On Wednesday, July 22, 2015 at 11:16:43 AM UTC-7, Dunnigan, Terrence J wrote: Has anyone else encountered th

Jenkins Remoting Agent - Expired Certificate

2015-07-22 Thread Dunnigan, Terrence J
Has anyone else encountered this? We're running Jenkins LTS 1.554.3 and Java Server SDK 7u72 on a Windows 2008 Server, and Java 7u72 on the slave workstations. When we restarted our server yesterday none of our slaves connected via DCOM. They never made it past the first (Connecting to ...) or

Re: grayed-out font style in build history list

2015-07-13 Thread Suckow, Thomas J
I am guessing this is what is bothering you: #buildHistory .desc { opacity: 0.6; } I don't have a preference either way. If you wanted to rebuild the war file, you would just have to find and remove the opacity line. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Tony Wallace

Build Failure Analyzer Plugin - option to rescan all jobs?

2015-07-01 Thread Dunnigan, Terrence J
So far I like the Build Failure Analyzer (https://wiki.jenkins-ci.org/display/JENKINS/Build+Failure+Analyzer). I've been using it for a few months categorizing errors as we encounter them. Now that I have a decent taxonomy of build failure reasons, is there a way to rescan all jobs? I see how t

Git plugin "Additional Behaviors" - does order matter?

2015-06-25 Thread Dunnigan, Terrence J
When specifying the various "Additional Behaviors" in the Jenkins git plugin, does the order in which they are listed matter? Or is the order predefined in the plugin? Terry -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Jenkins Safe Restart

2015-06-19 Thread Suckow, Thomas J
I think you can disable a tomcat service via some api call. Then you could re-enable it. From: capt edgar mailto:capted...@googlemail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, June 19, 2015

Re: Strange issue with copy artifact plugin not copying everything

2015-06-19 Thread Suckow, Thomas J
For good measure I went and checked the folder and the archive directory has all the files it is supposed to. Though I expect this since my workaround works. I created a brand new freestyle job that ALL it does is copy the artifacts. The first time it is run, only 15 are copied. If I click build n

Strange issue with copy artifact plugin not copying everything

2015-06-18 Thread Suckow, Thomas J
I am seeing a strange behavior with the Copy Artifact Plugin version 1.35.1 I have a job that creates some shared objects and some include headers. Those files are archived as artifacts and in another job use the "Copy Artifact" build step to copy them. The console says 18 files were copied, but

Re: Does the laster version of docker plugin requires java 1.7 ?

2015-06-16 Thread Suckow, Thomas J
> Does the docker plugin requires java 1.7 ? Yes -- 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 di

"Free Style"- Job + Maven3-Artifactory Integration

2015-06-05 Thread Consti J
Hello, I've configured my Jenkins do build and upload projects to Artifactory. For some projects however, I need to use the "Free Style" - Job, instead of the Maven Job (JDK Versions differs for the project). I',m using the Options:

Sort order

2015-06-03 Thread Suckow, Thomas J
Is it just me or in 1.615 is the default sort order backwards? The other day I noticed that on every screen with a table (Such as the list of jobs), they are all sorted Z->A by default. Did I accidentally change some setting? - Thomas -- You received this message because you are subscribed to

Re: Building Projects with older JDK - Unsupported major.minor version 51.0

2015-06-03 Thread Constantin J
freestyle job instead. > > On 03.06.2015, at 12:42, Constantin J > wrote: > > > Hi, I'm trying to build a Project with an older version of the JDK. > > > > I have configured Jenkins to run with Java 1.7 (SE) and to build with > JDK 1.6 and Maven 2.2.1.

Building Projects with older JDK - Unsupported major.minor version 51.0

2015-06-03 Thread Constantin J
Hi, I'm trying to build a Project with an older version of the JDK. I have configured Jenkins to run with Java 1.7 (SE) and to build with JDK 1.6 and Maven 2.2.1. The build however fails with the exception "javax/servlet/ServletException : Unsupported major.minor version 51.0" The Servlet API 3

Does Jenkins expose the Current SCM Polling Activities via its REST API?

2015-06-01 Thread Dunnigan, Terrence J
Does Jenkins expose its Current SCM Polling Activities via its REST API? I'm talking about this page: https:///descriptor/hudson.triggers.SCMTrigger/ I'd like to setup a job to read this data and take action if polling is hung. Thanks

Re: Unstoppable Jenkins job?

2015-05-27 Thread Suckow, Thomas J
Assuming this is on the master node, you could get thread stack traces from /threadDump (link in Manage Jenkins->System Information) I believe it would be a thread labeled "Executor..." I don't believe Jenkins can/will forcibly pull the rug out from under an executor. So if something about the

Re: Better Logging for Jenkins Shutdown

2015-05-27 Thread Suckow, Thomas J
Nothing in the system logs? From: Rob Mandeville mailto:rmandevi...@dekaresearch.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Wednesday, May 27, 2015 at 6:09 AM To: "jenkinsci-users@googlegroups.com

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-22 Thread Suckow, Thomas J
.get("mylabel").nodeProvisioner.stat.computeQueueLength() ) returns 0. While println(Jenkins.getInstance().unlabeledNodeProvisioner.stat.computeQueueLength() ) returns 0 as well. If I understand correctly there's nothing that I can do to solve this at the moment right? Il giorno giovedì 21 magg

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-21 Thread Suckow, Thomas J
Assuming you have things configured correctly I would believe it is related to https://issues.jenkins-ci.org/browse/JENKINS-27034 To confirm: In the groovy console /script you can try the following replacing my&&label with your my_label expression. If it prints 0, I'd bet it is the issue above.

RE: Git polling: could not lock config file .git/config: File exists

2015-05-20 Thread Dunnigan, Terrence J
ering lock file (not likely related to this one) Mark Waite On Tue, May 19, 2015 at 3:46 PM Dunnigan, Terrence J mailto:terrence.j.dunni...@boeing.com>> wrote: I’ve seen this error more than a few times on some of my machines: Has anyone else seen this? Jenkins 1.554.3, Git plugin 2.2

Git polling: could not lock config file .git/config: File exists

2015-05-19 Thread Dunnigan, Terrence J
I've seen this error more than a few times on some of my machines: Has anyone else seen this? Jenkins 1.554.3, Git plugin 2.2.9, Git client plugin 1.12.0 Windows 7 Slave connected as a service Git 1.9.5.msysgit.1 running on the slave Started on May 19, 2015 4:30:39 PM Polling SCM changes on Bas

Jenkins EC2 issue

2015-05-08 Thread j . smolenaers
I'm using Jenkins 1.612 with version 1.27 of the ec2 plugin. The slaves are based on Ubuntu Trusty. On a certain fraction of slaves, all builds fail with below error. On other slaves, there is never a problem. This seems to be an issue with the bootstrapping process. Does anyone have any ideas

RE: Git repository connection times out sometimes

2015-05-06 Thread Dunnigan, Terrence J
roups.com [mailto:jenkins...@googlegroups.com] On Behalf Of Dunnigan, Terrence J Sent: Freitag, 17. April 2015 18:09 To: jenkins...@googlegroups.com Subject: RE: Git repository connection times out sometimes I noticed the improvement in 1.9.5, but looking at the release notes it appears

Re: Where is the JRE?

2015-05-01 Thread Suckow, Thomas J
Manage Jenkins -> System Information should include the path to the Java Install being used. It is probably listed in the java.home environmental variable. From: Jeff Dege mailto:jd...@korterra.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:je

Username missing in the jenkins homepage.

2015-04-30 Thread j shaik
Hi, I have Jenkins configured with openID plugin. I have CAS running as an openID provider which has LDAP for authentication. Everything is functioning properly. This means that I am able to successfully login to Jenkins using CAS login page and it gets redirected to Jenkins homepage. However,

RE: Jenkins slave restart

2015-04-22 Thread Dunnigan, Terrence J
Two thoughts. 1) When running Jenkins as a service, can you run as a user, instead of local system? And can you give that user permissions to your share? 2) From a command window, “shutdown /r /t 0” will restart the machine. If you’re not running as a service you’ll need to log in be

RE: Git repository connection times out sometimes

2015-04-17 Thread Dunnigan, Terrence J
58 AM, Dunnigan, Terrence J mailto:terrence.j.dunni...@boeing.com>> wrote: Your job runs on the Jenkins master server. What version of the git client do you have installed on your Jenkins master? I have seen issues where earlier versions of git for Windows (pre-1.9.5) will hang during routine

RE: Git repository connection times out sometimes

2015-04-17 Thread Dunnigan, Terrence J
Your job runs on the Jenkins master server. What version of the git client do you have installed on your Jenkins master? I have seen issues where earlier versions of git for Windows (pre-1.9.5) will hang during routine operations like git fetch. I’ve seen this happen both at my desk and in our

Remote Communication Service (Windows Slaves running as a service)

2015-04-16 Thread Dunnigan, Terrence J
Hi all, I'm trying to configure some Windows 7 workstations to connect to our Jenkins server via a Window service. Currently they connect just fine over JNLP but we have traditionally experienced fewer issues when connecting via DCOM. I'm stuck early in the process, when Jenkins uses Remote Com

How to enable JMX with Jenkins?

2015-04-11 Thread Brian J. Murrell
Hi. I would like to enable JMX with the Jenkins Java process but I seem to get errors such as the following when I add any of the JMX options to the "$JENKINS_ARGS" on a Linux machine startup: Running from: /usr/lib/jenkins/jenkins.war Exception in thread "main" java.lang.reflect.InvocationTarget

Re: java process consumes up to 200% CPU while using the UI

2015-04-11 Thread Brian J. Murrell
On Fri, 2015-04-10 at 11:31 -0400, Brent Atkinson wrote: > > You're right, but connecting locally should not require the remote ports > bound, No. You are right about that. But the problem is that the complaint is not isolated to the JMX report options. *Any* JMX option yields a complaint abou

RE: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Dunnigan, Terrence J
We have plenty of parameterized builds that we invoke on-demand, by clicking ‘Build with Parameters’. They use git and build a specific branch. They do not poll and we don’t use any external triggers. I’ve never seen a message like the one you describe. Where do you get this message? On the job

Centralized credential for Windows slave configuration

2015-01-08 Thread Richard J
Can anyone help me find a plugin that allows the sharing of a centrally set login-Id/password credential for use in the configuration of a Windows slave? Specifically: Launch Method: “Let Jenkins control this Windows slave as a Windows service” The field names: “Administrator user n

displayName openid plugin jenkins

2014-12-22 Thread j shaik
Hi, I am not able to figure where to tinker in order to solve this. Problem description: CAS is configured with LDAP and openid and used as authentication for my Jenkins server. After successful login from CAS, it gets redirected back to my jenkins server page. However on the top right corn

  1   2   3   >