Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Douglas Ferguson
How do I unsubscribe?

On Thu, Feb 23, 2017 at 2:44 PM, R. Tyler Croy  wrote:

> (replies inline)
>
> On Thu, 23 Feb 2017, Chris Denneen wrote:
>
> > Sathish? What are you referring to here?
> > This is UI configuration. I've had this for a while.
> > I'm looking for Jenkinsfile equivalent.
>
>
> There is no such thing as a "Multiconfiguration Pipeline" as such in
> Pipeline.
> You might find the use of the parallel() step to be helpful here however:
> https://jenkins.io/doc/book/pipeline/jenkinsfile/#
> advanced-scripted-pipeline
>
>
> - R. Tyler Croy
>
> --
>  Code: 
>   Chatter: 
>  xmpp: rty...@jabber.org
>
>   % gpg --keyserver keys.gnupg.net --recv-key 1426C7DC3F51E16F
> --
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/20170223204415.jsko7a6zrioa6fsk%40blackberry.
> coupleofllamas.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANn_YzCMLL-19vkxyumNj56yLv_gPA1Cdzfvg%2BA4TSoyqGkiFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Slave job successful but throwing error

2014-10-01 Thread Douglas Ferguson
I upgraded all plugins and upgraded jenkins and the problem went away...

On Tuesday, September 30, 2014 6:25:51 PM UTC-5, Douglas Ferguson wrote:

 I just setup a slave node for a specific job. The job executes 
 successfully and even archives artifacts.

 Then it throws an exception and marks the build as failure.

 Completed build, now archiving -- printed out as the last step in my job

 FATAL: Remote call on ops-1-jenkins-android-10-186.fam.io 
 failedjava.io.IOException 
 http://stacktrace.jenkins-ci.org/search?query=java.io.IOException: Remote 
 call on ops-1-jenkins-android-10-186.fam.io failed
   at hudson.remoting.Channel.call(Channel.java:748) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.callentity=method
   at hudson.Launcher$RemoteLauncher.kill(Launcher.java:940) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher.killentity=method
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:556) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method
   at hudson.model.Run.execute(Run.java:1745) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=method
   at hudson.model.ResourceController.execute(ResourceController.java:89) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
   at hudson.model.Executor.run(Executor.java:240) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method
 Caused by: java.lang.NoClassDefFoundError 
 http://stacktrace.jenkins-ci.org/search?query=java.lang.NoClassDefFoundError:
  Could not initialize class hudson.slaves.SlaveComputer
   at hudson.util.ProcessTree.getKillers(ProcessTree.java:151) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree.getKillersentity=method
   at hudson.util.ProcessTree$OSProcess.killByKiller(ProcessTree.java:212) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$OSProcess.killByKillerentity=method
   at hudson.util.ProcessTree$UnixProcess.kill(ProcessTree.java:557) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$UnixProcess.killentity=method
   at 
 hudson.util.ProcessTree$UnixProcess.killRecursively(ProcessTree.java:564) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$UnixProcess.killRecursivelyentity=method
   at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:488) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$Unix.killAllentity=method
   at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:952) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher$KillTask.callentity=method
   at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:943) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher$KillTask.callentity=method
   at hudson.remoting.UserRequest.perform(UserRequest.java:118) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
   at hudson.remoting.UserRequest.perform(UserRequest.java:48) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
   at hudson.remoting.Request$2.run(Request.java:328) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.runentity=method
   at 
 hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.callentity=method
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) 
 http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRunentity=method
   at java.util.concurrent.FutureTask.run(FutureTask.java:166) 
 http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.runentity=method
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
  
 http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorkerentity=method
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  
 http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runentity=method
   at hudson.remoting.Engine$1$1.run(Engine.java:63) 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Engine$1$1.runentity=method
   at java.lang.Thread.run(Thread.java:701) 
 http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.runentity=method



-- 
You received this message because you are subscribed to the Google

Slave job successful but throwing error

2014-09-30 Thread Douglas Ferguson
I just setup a slave node for a specific job. The job executes successfully 
and even archives artifacts.

Then it throws an exception and marks the build as failure.

Completed build, now archiving -- printed out as the last step in my job

FATAL: Remote call on ops-1-jenkins-android-10-186.fam.io 
failedjava.io.IOException 
http://stacktrace.jenkins-ci.org/search?query=java.io.IOException: Remote 
call on ops-1-jenkins-android-10-186.fam.io failed
at hudson.remoting.Channel.call(Channel.java:748) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.callentity=method
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:940) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher.killentity=method
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:556) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method
at hudson.model.Run.execute(Run.java:1745) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=method
at hudson.model.ResourceController.execute(ResourceController.java:89) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
at hudson.model.Executor.run(Executor.java:240) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method
Caused by: java.lang.NoClassDefFoundError 
http://stacktrace.jenkins-ci.org/search?query=java.lang.NoClassDefFoundError: 
Could not initialize class hudson.slaves.SlaveComputer
at hudson.util.ProcessTree.getKillers(ProcessTree.java:151) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree.getKillersentity=method
at hudson.util.ProcessTree$OSProcess.killByKiller(ProcessTree.java:212) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$OSProcess.killByKillerentity=method
at hudson.util.ProcessTree$UnixProcess.kill(ProcessTree.java:557) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$UnixProcess.killentity=method
at 
hudson.util.ProcessTree$UnixProcess.killRecursively(ProcessTree.java:564) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$UnixProcess.killRecursivelyentity=method
at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:488) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.util.ProcessTree$Unix.killAllentity=method
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:952) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher$KillTask.callentity=method
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:943) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLauncher$KillTask.callentity=method
at hudson.remoting.UserRequest.perform(UserRequest.java:118) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
at hudson.remoting.UserRequest.perform(UserRequest.java:48) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
at hudson.remoting.Request$2.run(Request.java:328) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.runentity=method
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.callentity=method
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRunentity=method
at java.util.concurrent.FutureTask.run(FutureTask.java:166) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.runentity=method
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorkerentity=method
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runentity=method
at hudson.remoting.Engine$1$1.run(Engine.java:63) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Engine$1$1.runentity=method
at java.lang.Thread.run(Thread.java:701) 
http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.runentity=method

-- 
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.
For more 

GitHub as scm

2012-03-04 Thread Douglas Ferguson
I'm getting errors trying to use git (github) as my scm.

It blows up with a 401 when trying to clone the repo. I've verified
that my ssh keys are setup properly, I can ssh to github.
I've tried all sorts of variations of the url, etc.

Any tips?

Couple of things that are noteworthy

1) Jenkins is running as root
2) It is a private repository