Re: How is it possible to get notifications for a build in Pipelines?

2018-02-12 Thread Christopher Orr
Hi there, On Mon, 12 Feb 2018, at 11:00, akseki...@gmail.com wrote: > How is it possible to get notifications for a build in Pipelines? Assuming you're talking about sending notifications when a build completes/fails/etc., this URL leads to multiple pieces of documentation on the Jenkins site

Re: Declarative Pipeline with variable number of stages

2017-12-17 Thread Christopher Orr
Hi there, On Sun, 17 Dec 2017, at 13:21, Andreas Røsdal wrote: > I would like to implement a declarative pipeline in Jenkin, using only one > Jenkinsfile, > but have variable number of stages depending upon which branch of the project > is being built. > > Is this possible? Can I dynamically

Re: Cannot signup for new accout

2017-10-11 Thread Christopher Orr
On Thu, 12 Oct 2017, at 00:29, Dennis Hoer wrote: > When entering info on https://accounts.jenkins.io/signup and clicking on > Sign Up, I get the following: > > HTTP ERROR 500 As mentioned a couple of times on this mailing list today, it's a temporary infrastructure issue:

Re: Can't sign up at accounts.jenkins.io

2017-10-11 Thread Christopher Orr
On Wed, 11 Oct 2017, at 15:26, dandeliondodgeball wrote: > Ok, but, I ran into the same issue when creating a new account. So I > don't think this is purely a password reset issue. Thanks. Creating an account sends you an email with a temporary password, so it's broken as well. -- You

Re: Can't sign up at accounts.jenkins.io

2017-10-11 Thread Christopher Orr
Hi there, On Wed, 11 Oct 2017, at 01:34, Andrew Brock wrote: > If I visit https://accounts.jenkins.io/signup and fill out the form, > clicking the Sign Up button gets me a stack trace like so: > > > > HTTP ERROR 500 > > Problem accessing /doSignup. Reason: > > Server Error > > Caused

Re: unable to reset password

2017-10-11 Thread Christopher Orr
Hi there, On Wed, 11 Oct 2017, at 02:51, 'Jurgen Weber' via Jenkins Users wrote: > I have not used my account in a while, the error says to 'contact us'.. > Not > sure where to do that... so trying here: > > If I try to create a new account, it says to reset my password.. If I go > to > rest

Re: Inventory of development flows for Jenkinsfile and Pipeline Library

2017-09-06 Thread Christopher Orr
On Wed, 6 Sep 2017, at 16:23, Martin d'Anjou wrote: > I'd like to inventory the current development flows for unit testing, > integration testing and release of Jenkinsfile and Pipeline DSL > libraries. Sounds good. > I am guessing everyone's objective is to reach a level where a single >

Re: Is there a Jenkins Google App Engine plugin

2017-09-06 Thread Christopher Orr
On Wed, 6 Sep 2017, at 17:37, phanikumar wrote: > I came across a video > https://www.youtube.com/watch?v=L4d2HvXNfv0=youtu.be where it is > using Google App Engine plugin. But I didn't find it in pre built > plugins. > can someone state what is the exact plugin used for this. AFAICT, the plugin

Re: Checkout from multiple SCMs/repos in declarative pipeline?

2017-06-08 Thread Christopher Orr
On Wed, 7 Jun 2017, at 17:36, Kirill Peskov wrote: > Due to some project restrictions I have to combine sources from 3 > repositories (1 Subversion and 2 Git repos), is there an easy way to > achieve that in a declarative pipeline? Neither project subdirs nor > files in the root of each repo are

Re: Favorite plugin

2017-06-08 Thread Christopher Orr
Hi there, On Thu, 8 Jun 2017, at 11:34, Eberhard Beilharz wrote: > I'm using https://updates.jenkins-ci.org/stable/update-center.json as > URL for the update site. > > When I check the JSON that gets returned from the update site I see that > it contains the favorite plugin in version 1.16

Re: Display Test Results in Blue Ocean

2017-06-01 Thread Christopher Orr
I've wondered about this as well, but looking at JIRA, it seems to be by design at the moment: https://issues.jenkins-ci.org/browse/JENKINS-43892 On Thu, 1 Jun 2017, at 06:22, Daniel Becroft wrote: > Hi, > I'm currently experimenting with converting our standard builds into > pipelines, and have

Re: Blue ocean pipeline chaining

2017-06-01 Thread Christopher Orr
You can use the `build` step: https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#code-build-code-build-a-job On Thu, 1 Jun 2017, at 08:01, viral chande wrote: > Hi, > Is there a way we can have one pipeline trigger another pipeline? > Thanks, > Regards, > Viral Chande -- You

Re: Does the dir() rule ever work?

2017-05-09 Thread Christopher Orr
On Mon, 8 May 2017, at 16:32, Jay Miller wrote: > JENKINS-33510 says: > "dir('foo') inside 'docker.image().inside{}' does not affect CWD of > launched processes". My Jenkinsfile doesn't appear to have an > *image().inside* block (right?), yet *dir()* is failing in the same way. That

Re: Declarative Pipeline - Agent wonderment

2017-04-25 Thread Christopher Orr
On Thu, 20 Apr 2017, at 15:02, Danny Rehelis wrote: > Help me understand this please, in case my Pipeline looks like this - > > stage ('Stage #1') { > agent { label 'builder' } > stage ('Stage #2') { > agent { label 'builder' } > > Will the second stage run on the same builder

Re: Getting started with Multibranch pipeline

2017-04-19 Thread Christopher Orr
Hi there, On Wed, 19 Apr 2017, at 10:03, David Aldrich wrote: > I am just getting started with the Multibranch pipeline project type > (though I am familiar with conventional job types). > > I am not using Docker. The job will run on multiple svn branches and > will simply run a command step to

Re: How to get started with pipeline jobs?

2017-04-13 Thread Christopher Orr
enkinsci- > > us...@googlegroups.com] On Behalf Of Christopher Orr > > Sent: 13 April 2017 12:44 > > To: jenkinsci-users@googlegroups.com > > Subject: Re: How to get started with pipeline jobs? > > > > Hi there, > > > > On Thu, 13 Apr 2017, at 13:25,

Re: How to get started with pipeline jobs?

2017-04-13 Thread Christopher Orr
Hi there, On Thu, 13 Apr 2017, at 13:25, David Aldrich wrote: > We use the traditional 'Freestyle' job style for most of our Jenkins > jobs. We also use the 'Freestyle multi-branch project' for some jobs. I > note that the Multi-Branch Project Plugin is now deprecated, so I think > now is the

Re: Getting an exception when using Job import plugin

2017-04-12 Thread Christopher Orr
Sounds like https://issues.jenkins-ci.org/browse/JENKINS-40577 On Tue, 11 Apr 2017, at 00:21, Prasu S wrote: > I'm trying to import jobs from Jenkins 1.658 to Jenkins 2.45 . I receive > the below error. Can anyone please help. > > java.lang.NoClassDefFoundError: >

Re: Move location of build history, separate from config

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 22:37, Gastro Man wrote: > Is it possible to configure Jenkins so the jobs' build history is not > contained in the same directory as the config.xml? > > Ideally, I would prefer all the configs to be together in an area > ("job_config" folder) that I can put in source

Re: "Page expects a form submission" error when trying to remotely trigger job

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 18:18, Substance586 wrote: > I'm trying to trigger a Jenkins job from my local CLI and, while it > worked > yesterday, today I can't get past "javax.servlet.ServletException: This > page expects a form submission but had only > {token=[Ljava.lang.String;@} exceptions.

Re: multibranch pipeline will not poll

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 15:53, Travis Camechis wrote: > Hey guys, > > I have a multibranch pipeline defined but it will not poll. It is set up > like such > > node { > > git poll: true, url: 'ssh://.' > > stage("build") { > checkout scm > } > > > Any suggestions on why

Re: Pretested Integration Plugin

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 14:00, Masaru Tsuchiyama wrote: > Hi. > > A Free Style Project' has 'Use Pretested Integration' option in Build > Environment section. > > But a Multi-configuration multi-branch project doesn't have the option. > > Doesn't it support the option? Apparently not:

Re: Problem spawning background process from Groovy script

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 13:23, Dirk Heinrichs wrote: > Hi, > > I've got a job that runs a Groovy script which should pull from a > Mercurial repo, merge a given branch and then serve the result to sub > jobs running in a multijob phase to perform builds on different OS's. > For this to achieve,

Re: Interactive input with new DSL

2017-03-10 Thread Christopher Orr
On Thu, 9 Mar 2017, at 05:13, suresh kumar wrote: > I see another thing which is missing in pipelines "post build steps". How > Jenkins community is addressing this, Is there any such document or notes > which explains this? This will help me. There is documentation for Declarative Pipeline:

Re: upgrade from 1.625.18.3 à 1.651.x.x first à 2.32.2.6

2017-03-10 Thread Christopher Orr
On Fri, 10 Mar 2017, at 05:23, Sukumar Reddy wrote: > When we upgrade from 1.625.18.3 à 1.651.x.x first à 2.32.2.6 will there > be any impact or affect to existing folder, pipeline, free-style and maven > style jobs Those version numbers look odd — possibly versions of Jenkins provided by

Re: Git fetch not working from jenkins, working from command line

2017-02-23 Thread Christopher Orr
On Wed, 22 Feb 2017, at 18:54, Diganta Paladhi wrote: >> Hi Guys, I am facing this issue with Git plugin version 3.0.5 Any >> idea how to solve this? I have tried all possible suggestions, but >> failed to resolve this :( ** >> *17:07:29* > /usr/bin/git rev-parse --verify HEAD # timeout=10 >>

Re: Pipeline 'Almost complete' is misleading

2017-02-23 Thread Christopher Orr
Hi there, On Wed, 22 Feb 2017, at 18:54, Dan Tran wrote: > Hi > > I am not sure about 'Almost complete' progress bar, it keeps the > same text regardless of the length of the build > > Thoughts? If you're seeing this consistently, and can reproduce it easily, it seems like

Re: Pipeline documentation jenkins-book vs realty?

2017-02-13 Thread Christopher Orr
Hi there, On Mon, 13 Feb 2017, at 12:28, christian polzer wrote: > Hello, > > I am currently trying to spread pipeline usage for a jenkins > environment within my fellow coworkers. > Of course, th jenkins pipeline is greatly embrased :) > > But what is the documentation in the jenkins

Re: Problem with docker agent (declarative syntax)

2017-02-10 Thread Christopher Orr
Hi there, On Thu, 9 Feb 2017, at 13:38, Bartłomiej Kruczyk wrote: > agent { > docker { > image: 'myimage' > registry: 'localhost:5000' > } > } > A couple of points: 1. The syntax documentation is wrong at the moment: you should not add a colon after the

Re: Git Client Plugin wiki page missing data?

2016-06-01 Thread Christopher Orr
Hi there, > On 01 Jun 2016, at 18:53, Dunnigan, Terrence J > 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

Re: Jenkins Android Emulator plugin is no longer working

2016-04-06 Thread Christopher Orr
ls/adb kill-server Archiving artifacts Finished: NOT_BUILT On Tuesday, August 28, 2012 at 2:38:00 AM UTC+5:30, Christopher Orr wrote: Hi again, As I just wrote in http://jenkins-ci.org/issue/14901 <http://jenkins-ci.org/issue/14901> -- I'm really having a tough time rep

Re: active deploy plugin for cf

2016-03-20 Thread Christopher Orr
On 14/03/16 08:14, dileep kumar baratam wrote: Hi I need a plugin which can push an app to bluemix/cloud , simply active deploy plugin for CF . Do you really need a plugin? Deploying to Cloud Foundry should be fairly straightforward; indeed I've done it from an "Execute shell"

Re: Included regions feature

2016-03-19 Thread Christopher Orr
On 15/03/16 16:24, Andy Billy wrote: hi: where could I find the option button in jenkins web ui for included regions feature of gradlescm plugin ? There isn't a "Gradle SCM" nor a plugin with a similar name. If you mean the Git SCM, the Git plugin has an "included regions" field,

Re: Buildflow/workflow executes code block till next build step even after failure

2016-03-19 Thread Christopher Orr
Sorry, I don't have a good answer, but AFAIK the Build Flow plugin isn't really in development any more — you should be able to achieve what you're looking for with the Pipeline plugin: https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin Regards, Chris On 13/03/16 09:20, Jayan M N

Re: Jenkins Environment Variable

2016-03-19 Thread Christopher Orr
On 14/03/16 16:44, Jayesh Iyer wrote: Hi, I am using jenkins environment variable, i am specifying property something like count=1 the same is present in my build file as I have specified a property file something as C:\Users\myname.i\workspace\Project\application.properties When i

Re: Best Practices with LTS Updates

2016-03-19 Thread Christopher Orr
On 14/03/16 19:36, Mark Bidewell wrote: I am managing the Jenkins Server for my company. Recently, we moved from 1.609.3 to 1.625.3. I noticed however that the Required Core Dependencies for Pipe line skipped 1.625.x and went from 1.609.1 to 1.642.1. What are the best practices for selecting

Re: Equivalent of Throttle Concurrent Builds for Pipeline

2016-03-18 Thread Christopher Orr
On 16/03/16 19:56, Rinaldo DiGiorgio wrote: Hi I want to limit the number of pipeline jobs to some number. Any ideas on how to do that with pipeline. I don't know about doing it at the build level, but you can certainly prevent individual pipeline stages from running in parallel:

Re: Regarding information on REST API of Jenkins

2016-03-10 Thread Christopher Orr
/> On Tuesday, 8 March 2016 06:47:54 UTC+5:30, Christopher Orr wrote: Hi there, On 07/03/16 16:35, Rohit Sakala wrote: > Is there any API which can give me the data in json format for > the data in the url > https://jenkins.opendaylight

Re: Regarding information on REST API of Jenkins

2016-03-07 Thread Christopher Orr
Hi there, On 07/03/16 16:35, Rohit Sakala wrote: Is there any API which can give me the data in json format for the data in the url https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-cbench-daily-only-boron/plot/ No, the Plot Plugin just

Re: Jenkins Web Interface Improvements

2016-03-07 Thread Christopher Orr
Hi there, Please read the information and follow the instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Google+Summer+Of+Code+2016 This includes posting to the jenkinsci-dev mailing list (i.e. not this mailing list). This project is *not* related to the Jenkins website, but

Re: Want urgent answer on issue : Disable Configure page http://localhost:8080/configure after installing GO plugin for GOLANG code integration https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .

2016-02-21 Thread Christopher Orr
Hi there, On 18/02/16 07:12, Mahesh Wabale wrote: > I have to integrate GO lang code with jenkins for autobuild and > autodeployment feature . Jenkins Has plugin for GO code > https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .. > But after i installing GO plugin successfully and restart the

Re: Workspace directory location for a pipeline!!!

2016-02-21 Thread Christopher Orr
On 18/02/16 06:13, ok999 wrote: > The workspace of a pipeline/workflow is weird. Its not the usual path on > the slaves but rather on the master inside the jobs directory. Is this > the way how it should be? Generally you shouldn't care where on the build machine the workspace is created. With

Re: play-autotest-plugin no longer available

2016-02-09 Thread Christopher Orr
I fixed the "Open issues" link — the component name in JIRA was wrong. Everything else (aside from the wiki URL in POM) seems fine. Regards, Chris P.S. This mail would have been better suited to the jenkinsci-dev mailing list :) On 10/02/16 02:01, Rafael Rezende wrote: > Ok. > Could it be

Re: play-autotest-plugin no longer available

2016-02-09 Thread Christopher Orr
Hi there, The plugin wiki page was renamed, seemingly in late November, from: https://wiki.jenkins-ci.org/display/JENKINS/play-plugin?nocache To: https://wiki.jenkins-ci.org/display/JENKINS/Play%21+Framework+Plugin But the POM still points to the old URL that no longer exists:

Re: Slack Plugin doesn't notify channel

2016-01-14 Thread Christopher Orr
Feel free to just add documentation to the wiki page (as it suggests you do), since that's the place most people will look for information: https://wiki.jenkins-ci.org/display/JENKINS/Slack+Plugin says Regards, Chris On 14/01/16 19:28, Brenton wrote: > So who wants to write up a PR? :) > > On

Re: PeriodicWork not running periodically

2016-01-14 Thread Christopher Orr
On 14/01/16 21:30, Kevin wrote: > Hi all, I've got some custom cloud providers that don't seem to get > triggered, I've traced it back to NodeProvisionerInvoker not being > called (even after 30 minutes of waiting), I can call the > nodeProvisioners by hand (using the update function) in the same

Re: Security best practice for Cloudbees Docker Workflow?

2016-01-09 Thread Christopher Orr
On 09/01/16 13:44, Thomas Goeppel wrote: > Hello community, > > I've been experimenting with the Cloudbees Docker Workflow plugin, and I > really like the ease of use of this DSL. Now I'd like to get security right. > > Problem: the plugin assumes that the docker binary is in the path >

Re: Thread hijacking

2016-01-08 Thread Christopher Orr
On 08/01/16 07:58, Dirk Heinrichs wrote: > please don't hijack other peoples threads, it's considered bad habit. False accusations are bad as well ;) The parent didn't hijack any threads, as you can see from a regular email client, the Google Groups web page for the thread, or from the headers

Re: Problem in Cloudbees custom build environment plugin integration with Jenkins

2016-01-08 Thread Christopher Orr
Hi there, On 08/01/16 09:59, puneet singh wrote: > I am using cloudbees custom build environment plugin to create docker > container and run CI build inside it. > I'm facing following error kindly help me with this. > > ERROR: Processing failed due to a bug in the code. Please report this to >

Re: Java API for Team Foundation Server

2016-01-08 Thread Christopher Orr
On 07/01/16 18:01, Andy Falanga wrote: > Does anyone know the source (not the code but who produces) for the Java > API used by the Jenkins Team Foundation Server plugin? The plugin bundles a com.microsoft.tfs.sdk JAR file: https://github.com/jenkinsci/tfs-plugin/blob/0364972/pom.xml#L219-L225

Re: which logo do you like best?

2015-12-14 Thread Christopher Orr
Something like #2 would be good — #6 is also ok. Don't forget to get permission to use the Jenkins trademark! :D Regards, Chris On 14/12/15 20:17, Alyssa Tong wrote: > Hello, > > Planning is underway for Jenkins World 2016 in Santa Clara, CA. This > will be a three days Jenkins conference for

Re: [xvfb-plugin] fails second time

2015-12-10 Thread Christopher Orr
On 10/12/15 21:19, V. Mark Lehky wrote: > I have just installed the xvfb-plugin on my Jenkins: > - Linux jenkins 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u6 x86_64 GNU/Linux > - Xvfb Version: 2:1.12.4-6+deb7u6 > - Jenkins ver. 1.641 > - Xvfb plugin 1.1.2 > > I configured everything with defaults

Re: Groovy Question: revision from job?

2015-12-10 Thread Christopher Orr
y done!! How the heck was I supposed to know that!? :-( The API > is less than intuitive and does not seem to be well documented. Any > advice on how to best use it? > > Thanks again!! > > On Wed, Dec 9, 2015 at 7:28 PM, Christopher Orr <ch...@orr.me.uk > <mai

Re: Groovy Question: revision from job?

2015-12-09 Thread Christopher Orr
Hi there, On 09/12/15 23:40, Guy Matz wrote: > Hi! Anyone know how I can retrieve the git revision from a job? > > I can get to the build: > > j = Jenkins.instance.getJob('render-master') > b475 = j.getBuildByNumber(475) > > but I can't find a way to to get the git revision associated with

Re: Zero Day attack due to Apache Commons statement to widespread Java object de-serialisation vulnerability

2015-12-07 Thread Christopher Orr
Also note that, if you're planning a Jenkins upgrade anyway, there's another Jenkins release coming out tomorrow (1.625.3) to fix one or more new security issues: https://groups.google.com/forum/#!topic/jenkinsci-advisories/UbJeKl4Vxbw So, you may want to apply the CLI workaround from the blog

Re: Get job schedule from API

2015-12-04 Thread Christopher Orr
Only part of the job config is exposed in the API. For example, SCM info is there, but not build triggers. I imagine you could file a feature request for that :) Though there is at least a way of programmatically grabbing the job config, so if you're authenticated, you can parse the XML, e.g.:

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,

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

Re: How to use proxy socks with Jenkins

2015-12-01 Thread Christopher Orr
vember 2015 23:52:58 UTC, Christopher Orr wrote: > > It should work if you use the regular Java proxy properties: > https://wiki.jenkins-ci.org/display/JENKINS/JenkinsBehindProxy > <https://wiki.jenkins-ci.org/display/JENKINS/JenkinsBehindProxy> > > i.e. "soc

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: How to use proxy socks with Jenkins

2015-11-27 Thread Christopher Orr
It should work if you use the regular Java proxy properties: https://wiki.jenkins-ci.org/display/JENKINS/JenkinsBehindProxy i.e. "socksProxyHost" and co: https://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html Regards, Chris On 27/11/15 12:34,

Re: Jenkins not saving P12 certificate from Google Service Account from private key

2015-11-21 Thread Christopher Orr
Which platform is this happening on? There's a report from a Windows user here: https://issues.jenkins-ci.org/browse/JENKINS-31638 It did seem to be working for me on Linux, as that user also reports. On 21/11/15 00:30, Christopher Orr wrote: > Weird. There should be `emailAddr

Re: Jenkins not saving P12 certificate from Google Service Account from private key

2015-11-20 Thread Christopher Orr
Weird. There should be `emailAddress` and `p12KeyFile` tags within `serviceAccountConfig`. I see that v0.4 of the plugin came out recently which, from a quick look at the code changes, makes some changes in how the data is stored — but I tested with 0.3, upgrading to 0.4, and re-saving with 0.4

Re: how to get prqa-plugin.hpi

2015-11-18 Thread Christopher Orr
See https://issues.jenkins-ci.org/browse/INFRA-489 On 13/11/15 03:19, zhangkm wrote: > Hi, > why I can't get the plugin(prqa-plugin.hpi) from > https://wiki.jenkins-ci.org/display/JENKINS/Programming+Research+Plugin ? > > It always prompts error ,"The requested URL /latest/prqa-plugin.hpi was

Re: Future of the Maven Project Type

2015-11-18 Thread Christopher Orr
On 18/11/15 11:47, Stephen Connolly wrote: > My plan, once I come up with a better name for literate, is to have that > project type be able to provide smart builds of Maven projects with near > zero configuration (other than adding a marker file to say literate > should consider this as a valid

Re: Jenkins not saving P12 certificate from Google Service Account from private key

2015-11-18 Thread Christopher Orr
Do you see the files being created in $JENKINS_HOME/credentials/gauth (that's from memory, so not 100% sure on the path)? Are those gauth p12 filenames listed in $JENKINS_HOME/credentials.xml? On 18/11/15 19:45, Andrew Novinger wrote: > For some reason Jenkins lost the original p12 certificate

Re: Global environmental variables

2015-10-16 Thread Christopher Orr
You can do something similar with the EnvInject plugin; there's a build step to export some properties to the environment — that would at least avoid the necessity to `source` the script everywhere. On 16/10/15 21:53, Peter Berghold wrote: > Yah... thought of that and I'm trying to avoid that. >

Re: NullPointerException received during build for my project

2015-10-15 Thread Christopher Orr
On 15/10/15 15:50, Youngho Cho wrote: > Today I installed 1.633 > > And I got following console output during my project build. > > Is that already known issue ? Google seems to think so:

Re: Slave for Android UI Test

2015-10-14 Thread Christopher Orr
On 14/10/15 00:58, Kirshan Luhana wrote: > I heard there is some difference between running UI / Android projects > from studio and Jenkins. I don't know where/what you heard, but there shouldn't be any Jenkins-specific issues. You can already build Android apps from the command line using

Re: Remote build with token parameter crashing

2015-09-17 Thread Christopher Orr
It would probably help to post the error message somewhere. Regarding the Build Token Root Plugin, its documentation says you should use /buildByToken/build?job=NAME=TOKEN — so I guess that deciding to use /job/NAME/buildByToken/build?token=TOKEN isn't likely to work. Regards, Chris On

Re: Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-09-12 Thread Christopher Orr
Please don't post 3MB+ log files (twice) to a list with ~7000 people on it. The suggestion was to take a thread dump when Jenkins "goes crazy", rather than to post a log file covering a huge period of time. On 08/09/15 07:40, jje wrote: > Find attached jenkins syslog. I've to admit log is

Re: REST API in Jenkins not giving more than 100 results...

2015-09-01 Thread Christopher Orr
On 01/09/15 22:54, khmarbaise wrote: > I have tried to get information about jobs of my jenkins via REST API > simply like this: > > http://server/job/JOBNAME/api/json?pretty > > but there is a limitation in number of results... > > I would understand if there is default to give max. number of

Re: Ran lint on variant debug: 1 issues found

2015-08-31 Thread Christopher Orr
I see a few different problems here. This doesn't have anything to do with Jenkins, so a better place to ask would have been an Android mailing list, Stack Overflow, or the Android Tools (adt-dev) mailing list etc.. The error explanation says that all backslashes *and colons* need to be escaped,

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Christopher Orr
That's a message from the Android Gradle plugin, not Jenkins. Does the directory exist *and* does the Jenkins user have full access to that directory, and to execute files within it? -Chris PS. It would be easier to use the Android SDK Manager Plugin for Gradle:

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Christopher Orr
That's most likely happening because you're overriding ANDROID_HOME — remove environment customisations like that and then the SDK should install fine. Learning about Unix file system permissions is a task better suited to Google than this mailing list. Regards, Chris On 08/08/15 01:34,

Re: Git plugin: how does it decide to build instead of aborting?

2015-08-04 Thread Christopher Orr
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}

Re: Oops error after login

2015-08-04 Thread Christopher Orr
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

Re: Getting a HTTP Status 500 error, when logging into https://issues.jenkins-ci.org/login.jsp

2015-07-30 Thread Christopher Orr
Hi there, It's a known issue — it seems like the OSUOSL, who host the database, are having problems at the moment (e.g. http://osuosl.org itself is having problems). No ETA for it coming back at the moment. Regards, Chris On 31/07/15 01:29, Nick wrote: The following page is displayed

Re: Username of active directory user who started the build using API token

2015-07-28 Thread Christopher Orr
, Christopher Orr wrote: On 24/07/15 22:23, Mandy wrote: I have active directory authentication on Jenkins and I am launching job remotely using the following command line curl -u testuser:7658756hfjsdngsd8908593486 http://jenkinsserver:8080

Re: Remote host IP

2015-07-23 Thread Christopher Orr
On 24/07/15 01:02, Mandy wrote: Jenkins build log shows Started by remote host xx.xx.xx.xx. Is there a way to access this IP address in a groovy script? I imagine something like this should work, if you're using the Groovy Script plugin:

Re: grayed-out font style in build history list

2015-07-19 Thread Christopher Orr
It would be easier to use the Simple Theme Plugin to override the CSS in question than rebuilding the WAR yourself: https://wiki.jenkins-ci.org/display/JENKINS/Simple+Theme+Plugin I haven't noticed the text change you mention, possibly due to the version I'm running, but if it's really

Re: Jenkins Email Server configuration

2015-07-15 Thread Christopher Orr
On 14/07/15 09:54, Martin Min wrote: Hello, I am using the almost latest Jenkins release and have a question on configuration email notification. Why are there only two fields for this? There aren't only two fields — there is also an Advanced button, which reveals more options. You even

Re: Disabling Jenkins Security

2015-07-08 Thread Christopher Orr
On 08/07/15 04:37, Kevin Meredith wrote: When disabling security (via *Configure Global Security*), is it possible to enable a prompt, double-checking that the user wants to disable it? If not, would it be reasonable to prompt the user, Are you sure that you'd like to disable security? There

Re: Jenkins

2015-06-25 Thread Christopher Orr
On 24/06/15 22:40, Murthy Gandikota wrote: Hi All: Using Jenkins 1.596 See this in the Console output: ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException http://stacktrace.jenkins-ci.org/search?query=java.util.concurrent.ExecutionException:

Re: Jenkins-cli never respond

2015-06-25 Thread Christopher Orr
On 25/06/15 19:50, Anthony Green wrote: On Wednesday, 24 June 2015 10:38:05 UTC+1, Richard Bywater wrote: The CLI doesn't use the JNLP port - you need to point it at the normal web port (e.g. 8080) Are you sure? What I've read regarding setting up Jenkins in a Docker suggests

Re: Integrate Black duck Protex with Jenkins

2015-06-18 Thread Christopher Orr
On 18/06/15 12:17, Neelima Chowdary wrote: I would like to integrate *Black Duck Protex(Open source code auditing tool)* with Jenkins using Plugins for finding dependency jars used in the build. Request to provide the possible way for it. You should ask Black Duck; they seem to have a Jenkins

Re: Master node not get listed in build executor list

2015-06-16 Thread Christopher Orr
That looks odd; what do you see if you hover over the clock icon in the build queue? I have a vague feeling that's a bug that's been mentioned (could be wrong), but it doesn't hurt to search issues.jenkins-ci.org for builds not being taken from the queue. -Chris On 10/06/15 06:04,

Re: Standard Jenkins shell build step for testing a Rails app?

2015-06-16 Thread Christopher Orr
On 12/06/15 20:55, Jeff wrote: Hi, I've used Jenkins as a developer but never configured it myself. I'm not setting it up for the first time and am stuck trying to get the shell script build step to work. I want it to run all the Rails tests and tell me whether they pass. This seems like a

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

2015-06-16 Thread Christopher Orr
On 16/06/15 17:06, Suckow, Thomas J wrote: Does the docker plugin requires java 1.7 ? Yes The minimum Jenkins requirement probably should have been bumped to 1.612 (the first release to require Java 7), or at least there should have been a warning in the changelog I guess. Regards,

Re: text-finder-plugin

2015-05-27 Thread Christopher Orr
On 27/05/15 16:48, Angela Kim wrote: We have a requirement to add a specific text comment to all of our source code. As a validation, during each CI build the changed files should be scanned to ensure that the required text has been added. If the comment does not exist, then the build should

Re: how to upgrade Gradle version?

2015-05-26 Thread Christopher Orr
On 25/05/15 11:25, Carlo Lupo wrote: We are using since some weeks Gradle version 2.4 in our build scripts. But when we want upgrade the Gradle version used vai Jenkins at Jenkins' system page (install from gradle.org), it only displays the Gradle release candidates 2.4-rc-1 and 2.4-rc-2 in the

Re: Jenkins NullPointerException ERROR

2015-05-26 Thread Christopher Orr
It looks like this has already been reported here: https://issues.jenkins-ci.org/browse/JENKINS-28341 But if you could add your Jenkins version, and the other version info you mentioned here to that issue, that would be useful. Regards, Chris On 26/05/15 20:18, Dippoakabob wrote: I

Re: Jenkins Wallpapers?

2015-05-22 Thread Christopher Orr
Sounds like this one: https://wiki.jenkins-ci.org/display/JENKINS/Meme+Generator+Plugin On 22/05/15 07:21, Kavitha Bhaskaran wrote: Hi There: What plugin would give me different funny wallpapers on Jenkins server - builds' result page?

Re: Wiki Offline?

2015-05-12 Thread Christopher Orr
It was down, and now, thanks to Tyler, it's back up and running. Regards, Chris On 12/05/15 11:52, Steven Murphy wrote: Hello, I am having issue loading the Jenkins Wiki https://wiki.jenkins-ci.org/ Is anyone else experiencing issues? Thanks, Steve -- You received this message because

Re: Requirement for Java 1.7?

2015-05-07 Thread Christopher Orr
On 07/05/15 15:40, David Aldrich wrote: I notice that the Jenkins release notes for 1.612 state: *Jenkins now requires Java 7*. I tried upgrading from Jenkins 1.607 to 1.612 and many of our Linux slaves failed to launch. Part of the reported error is: [05/07/15 14:34:23] [SSH] Checking java

Re: Anyone have the direct link to the unmigrate instructions?

2015-05-05 Thread Christopher Orr
On 04/05/15 19:13, Randy Chapin wrote: I am one of those that upgraded to a new version that changes the way builds are stored on the drive only to find that some of the plugins would not work so I was forced to downgrade. As expected, I ran into the incompatibility issue and now I am looking

Re: Jenkins docker image stucks on start-up

2015-05-04 Thread Christopher Orr
I would guess the problem is due to using boot2docker, i.e. the port won't be exposed on localhost, but on a separate network interface. See the documentation: https://docs.docker.com/installation/windows/#container-port-redirection Regards, Chris On 04/05/15 11:43, Marco K. wrote: I'm

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread Christopher Orr
On 17/04/15 18:54, rquitania wrote: Jenkins ver: 1.580.1-SNAPSHOT Email-ext plugin ver: 2.38.2 I am trying to use the ${BUILD_LOG_EXCERPT} token in the email-ext but it does not seem to work for me. Here is my code: ${BUILD_LOG_EXCEPRT, start=^.*?Log:.*?$, end=^.*?Error code:.*?$} What am I

Re: Build failure analyzer plugin git related failures

2015-04-08 Thread Christopher Orr
There's also stuff like the JUnit TestResultAction and BFA itself in your log, so this doesn't appear to related to any changes with either the Git or BFA plugins. I would look a bit further up the logs to see why so many plugins are failing to load correctly. Regards, Chris On 08/04/15

Re: Failing to update jenkins.war

2015-04-07 Thread Christopher Orr
This has been fixed: https://issues.jenkins-ci.org/browse/INFRA-270 On 07/04/15 21:08, Richard Bywater wrote: I think I saw mention in another thread that there is an issue with 1.608 not being available for download properly yet so, if true, that might be the cause of the issue. Richard On

  1   2   >