cannot connect to emulator

2015-08-12 Thread KW
A similar issue occurred to us as issue :27456. The emulator is sometimes connected successful

add multiple users at once possible ?

2015-08-12 Thread Zk W
Hi All Is there a way to add multiple users in bulk at once in Hudson and Jenkins, as opposed to clicking the "Add User" button for each user ? Thank you. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: SSL Setup Options

2015-08-12 Thread W. Grace Lee
Hi Simon, Is there a way to run it in https, but not including the keystore password on the command line? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/SSL-Setup-Options-tp954261p4764796.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You rec

Re: publish-over-ssh not moving back to root after each file transfer

2015-08-12 Thread mike muldoon
Fixed! But not a satisfying fix. The ssh server transfer set config detailed below is part of a job definition, using a shared SSH Server config. By moving 'release-core/data/core' from the job's 'Remote directory' setting to the global SSH Server's 'Remote Directory' setting, ssh now traverse

SAML plugin vs Favorites View

2015-08-12 Thread Michael Lasevich
Hmm, Favorites view used to work just fine, click on the star and the job appears in the view. But I have recently started using SAML plugin for authentication and suddenly Favorites view is empty. The stars are there and it remembers them from login to login. Anyone else run into this? Any

Having one slave attached to 2 different masters ?

2015-08-12 Thread Taher Furniturewala
Hi , Does anyone know if this is possible and if they have done it ? ie Having a slave being attached to and working for 2 different Jenkins masters ? Thanks Taher . This email and any attachments may contain confidential and privileged material for the sol

publish-over-ssh not moving back to root after each file transfer

2015-08-12 Thread mike muldoon
Hello all, When pushing a transfer set up, ssh is not traversing back to the root directory after each file transfer. It just keeps creating directories deeper and deeper until the filesystem can't handle the depth. To the logs: SSH: Connecting from host [Jenkins] SSH: Connecting with configura

Re: [workflow-plugin] Using workflow in same SCM as code

2015-08-12 Thread Michael Lasevich
Thanks, that looks awesome, but I am having some trouble with it in practice (I think these are all MultiBranch plugin problems, but still) 1 - It seems to be able to create jobs but not delete them - I get an error like this if a previously created job is to be deleted: hudson.security.Access

Re: Jenkins - Copy build log from master to a shared drive

2015-08-12 Thread Khai Do
We use the scp plugin for this use case, https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin The plugin has some bugs in the last release and the maintainer hasn't released a new version for a while so you should use the latest from master which means you'll need to build from source. Just s

Re: Another Jenkins server as backup

2015-08-12 Thread Khai Do
I don't think Pulkit needs a high availablility solution to solve his use case especially if he anticipates that it doesn't happen that often. One thing that can be done is to save and version the Jenkins configuration and jobs in SCM then load them to the secondary Jenkins only when needed the

Re: Using Java 1.7 and SSL self-signed certs

2015-08-12 Thread David Daniel
So I ran into the same issue, and was able to figure out what the problem is (skip to the bottom if you want to jump directly to the answer). According to the source code (http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/9b8c96f96a0f/src/share/classes/sun/security/ec/ECKeyPairGenerator.java#l166),

Re: [workflow-plugin] SBT job complete succesfully but the job failed

2015-08-12 Thread Filippo De Luca
Hi Jesse, Thanks for your time. Adding the Stage directive on top of the file solves it, is it mandatory? On 12 August 2015 at 22:15, Jesse Glick wrote: > On Saturday, August 1, 2015 at 1:18:00 PM UTC-4, Filippo De Luca wrote: >> >> Recording test results >> Running: Allocate node : Body : End

Re: [workflow-plugin] ClassCastException on brand new project

2015-08-12 Thread Brenton
Well I'll be a monkey's uncle ... https://issues.jenkins-ci.org/browse/JENKINS-29295 was created a few days prior to my email, and updated just the day before, welp, there we go. Thanks Jesse. On 12 August 2015 at 14:06, Jesse Glick wrote: > On Thursday, July 23, 2015 at 2:07:24 AM UTC-4, Brant

Re: [workflow-plugin] "Running Steps" shown twice

2015-08-12 Thread Jesse Glick
1. JENKINS-29326 -- 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...@google

Re: Workflow Jobs and SCM Polling

2015-08-12 Thread Jesse Glick
On Tuesday, August 11, 2015 at 6:14:43 PM UTC-4, Gregory Symons wrote: > > The only thing I can think of for what's happening is that the change > isn't getting recorded as having been built before the next polling cycle > runs, because the top-level build hasn't finished. > Possible. I do not

Re: [workflow-plugin] SBT job complete succesfully but the job failed

2015-08-12 Thread Jesse Glick
On Saturday, August 1, 2015 at 1:18:00 PM UTC-4, Filippo De Luca wrote: > > Recording test results > Running: Allocate node : Body : End > Running: Allocate node : End > Running: End of Workflow > Finished: FAILURE > > Why? how can I investigate more? > > Normally the failure cause should be printe

Re: [workflow] Example of test executing the step

2015-08-12 Thread Jesse Glick
On Thursday, July 30, 2015 at 2:30:37 AM UTC-4, Nikita Salnikov-Tarnovski wrote: > > I am thinking about contributing a patch to the workflow. > This is a jenkinsci-dev topic. That said, I cannot find an example of the test, that actually executes a step in the > workflow and verifies the resul

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-08-12 Thread Jesse Glick
On Wednesday, July 29, 2015 at 9:23:01 AM UTC-4, David Resnick wrote: > > java.lang.ClassCastException: > org.jenkinsci.plugins.workflow.job.WorkflowJob cannot be cast to > hudson.model.AbstractProject > at > hudson.plugins.emailext.plugins.recipients.UpstreamComitterRecipientProvider.addRecipie

Re: How to make a ssh connection in jenkins workflow through Groovy sand box

2015-08-12 Thread Jesse Glick
On Thursday, July 23, 2015 at 1:10:37 PM UTC-4, karthik m wrote: > > We are using a workflow in Jenkins > > and we need to run a script with particular user previlages, so we should > make a ssh connection to server and then run that script > Try using the new release of the SSH Agent plugin, whi

Re: [workflow-plugin] ClassCastException on brand new project

2015-08-12 Thread Jesse Glick
On Thursday, July 23, 2015 at 2:07:24 AM UTC-4, Brantone wrote: > > what am I doing wrong? > Using the Build Blocker plugin, which apparently makes a “blind cast” that now fails. Report a bug for that plugin, add the `workflow` label. -- You received this message because you are subscribed to

Re: Approve workflow script from Job DSL plugin

2015-08-12 Thread Jesse Glick
On Tuesday, July 21, 2015 at 4:17:51 PM UTC-4, David Resnick wrote: > > How can I have the workflow job script updated via Job DSL without having > to approve the script each time it changes? > If the Job DSL plugin supports setting sandbox=true here, use that. However it would be a nice enhance

Re: [workflow-plugin] Using workflow in same SCM as code

2015-08-12 Thread Jesse Glick
On Tuesday, July 14, 2015 at 1:16:35 AM UTC-4, Michael Lasevich wrote: > > I want to keep my workflow script in same git repo as rest of my code and > want to avoid hard-coding URLs or branch names into the workflow. > Multibranch workflow, in beta. -- You received this message because you ar

Re: git-server plugin and security

2015-08-12 Thread Jesse Glick
On Wednesday, July 8, 2015 at 1:10:15 PM UTC-4, Gregory Symons wrote: > > I've discovered what I think is a bug/missing feature when trying to > access the git repo over https > JENKINS-26537 -- You received this message because you are subs

Re: [workflow] preemting older builds in throttled stages

2015-08-12 Thread Jesse Glick
On Friday, June 19, 2015 at 9:26:24 AM UTC-4, Olve Hansen wrote: > > I don't understand how to structure the flow to be able to answer yes/no > to only the newest build and make an older build 'exit early'. If I move > the input message before the stage start the newest build just waits to > ent

Re: [workflow-plugin] unable to create workflow job

2015-08-12 Thread Jesse Glick
On Wednesday, June 24, 2015 at 6:06:12 PM UTC-4, Brian Burns wrote: > > workflow-cps-global-lib wasn't resolving it's git-server dependency in my > installation for some reason. > No idea. Has always worked for me. -- You received this message because you are subscribed to the Google Groups "

Re: [workflow-plugin] EXECUTOR_NUMBER

2015-08-12 Thread Jesse Glick
File an RFE blocking JENKINS-28131. Would be a very easy fix (not that I am promising anything). -- 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-user

Re: [workflow] Git step to check out a commit instead of a branch

2015-08-12 Thread Jesse Glick
On Wednesday, June 17, 2015 at 2:53:25 PM UTC-4, Stephan Stachurski wrote: > > using our conventional jenkins pipeline, we have been burned in the past > when the head of a branch changed between the start and end of the pipeline. > If using a multibranch workflow (currently in beta), you just sa

Re: [workflow] canonical name for a workflow file when checked into project source: flow.groovy or Jenkinsfile?

2015-08-12 Thread Jesse Glick
Multibranch workflows use jenkins.groovy in 1.9-beta-1 but will use Jenkinsfile thereafter. -- 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+uns

Re: [workflow-plugin] "Running Steps" shown twice

2015-08-12 Thread Flávio Augusto Valones
Same problem Here. In the update center the submodules appears duplicated too, as if the plug had been installed twice. Em quarta-feira, 4 de março de 2015 05:31:04 UTC-3, Stefan Lorenz escreveu: > > Hi, > > I have the same behavior like mentioned here > https://issues.jenkins-ci.org/browse/JEN

Re: Another Jenkins server as backup

2015-08-12 Thread Wei-min Lee
I think what you're looking for is a paid solution, https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-availability-plugin. On Tuesday, August 11, 2015 at 9:37:17 PM UTC-7, Pulkit Lall wrote: > > Hi everyone, > I am new to Jenkins and just thought of

Re: Seeting up email notification

2015-08-12 Thread KKCS
Mailer Plugin On Tuesday, August 11, 2015 at 5:02:50 PM UTC+1, slide wrote: > > Which email plugin are you using? Mailer or email-ext? > > On Tue, Aug 11, 2015 at 9:01 AM KKCS > > wrote: > >> Hi all, >> >> While configuring Jenkins for sending email notification on build >> failures with the rel

RE: Groovy script vs. system script : file info needed to affect build

2015-08-12 Thread Ginga, Dick
I have only been able to get #3 to work. But I am not a Groovy expert. I would love a solution like #2 if you create one. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brantone Sent: Tuesday, August 11, 2015 9:11 PM To: Jenkins Users Subject: Groov