Re: scp before ssh on Jenkins

2013-12-10 Thread bala nageswar Chadalavada
thanks richard On Tue, Dec 10, 2013 at 5:02 PM, Richard Bywater wrote: > You probably want > https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin > > Richard. > > > On Wed, Dec 11, 2013 at 12:29 AM, bala nageswar Chadalavada < > baluch...@gmail.com> wrote: > >> Please let me know

Re: UnmodifiableList while trying to programmactically add a Builder to a Job

2013-12-10 Thread Steve Maring
Thank you Daniel. That worked perfectly. Now I'm trying to figure out how to add a BooleanParameterDefinition and a single step conditional builder, keying off that boolean, to execute the shell script. On Tue, Dec 10, 2013 at 2:35 PM, Daniel Beck wrote: > Use getBuildersList instead. The fol

JUC 2014 (Bay Area): Taking your suggestions

2013-12-10 Thread Alyssa Tong
Hi All, I know that JUC 2013 was only less than 2 months ago and i'm already thinking about JUC 2014 :o) I've received the following suggestions for JUC 2014: - Have an unconference - Have a individual track for hacking (perhaps 1/2 day be for beginners with tutoring from more advanced

Re: UnmodifiableList while trying to programmactically add a Builder to a Job

2013-12-10 Thread Daniel Beck
Use getBuildersList instead. The following works for me in the Script Console: def i = Jenkins.instance.getItemByFullName("foo") // might be different from yours def l = i.buildersList def oldBuilders = l.toList() l.clear() l.add(new hudson.tasks.Shell("ech

Dedicated slave/node per build?

2013-12-10 Thread Tyler Gardner
I am trying to figure out the best way to implement this functionality. I am using Jenkins and the AWS plugin to create ec2 instances on demand. I am using a "buffer" of slaves, when a build is triggered Jenkins does the build on any available slave and create another "empty" slave for the buff

UnmodifiableList while trying to programmactically add a Builder to a Job

2013-12-10 Thread Steve Maring
I have hundreds of Jobs that I would like to programmatically add an initial build step to using the Build Flow Plugin When I try something like this ... String jobName = "MY_JOB"; List topLevelItems = Jenkins.getInstance().getAllItems(TopLevelItem.class); Job job; Iterator topLevelItem

Re: how to access a private git repository on BitBucket.com

2013-12-10 Thread Eveline Dupas
Thanos, after hours fighting with this, i read some people saying that this is a bug of git plugin 2.0 . So i tried to install an older version from this plugin and guess what IT WORKS! I don't need to create a credential on jenkins, i just create the ssh key and added it to my bitbuc

Re: scp before ssh on Jenkins

2013-12-10 Thread Richard Bywater
You probably want https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin Richard. On Wed, Dec 11, 2013 at 12:29 AM, bala nageswar Chadalavada < baluch...@gmail.com> wrote: > Please let me know if we have any option we can do SCP before SSH Plugin > > thanks > > -- > Bala.ch > > --

scp before ssh on Jenkins

2013-12-10 Thread bala nageswar Chadalavada
Please let me know if we have any option we can do SCP before SSH Plugin thanks -- Bala.ch -- 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+un

Pagination for "Build Execution Status"

2013-12-10 Thread Bharathi Ramalingam
Hi, In our production environment, almost ~50 Slaves are connected to the Master and run completely packed. I'm wondering if there is any way we could paginate the "Build Execution Status" left pane. Its really annoying to scroll the page all the way down to check the status of job execu

Re: Experiences with LTS vs Bleeding edge

2013-12-10 Thread Maciej Jaros
Probably the best approach is to use LTS, but wait a few weeks - just to check if there are any bugs discovered (you can check community ratings in changelog ). Also backup before update, and after update check if most crucial functions are stable (do som

how to stop subjob completely when one job in multijob phase failed

2013-12-10 Thread kvysh
I have a multijob phase with two jobs. I added condition "Mark phase as successful" when "Successful", But when one job fails it is not stopping another job. Simply coming out and executing post-build actions. How can i stop remaining jobs completely when one job failed in same phase? -- Vie

Re: Can Jenkins with SVN plugin use UNC as workspace

2013-12-10 Thread Maciej Jaros
Scott Stewart (2013-12-10 00:57): Id like a jenkins job to do a Subversion update to a UNC path on a windows server. this path is on a different domain and needs credentials. Can Jenkins update to this if so how. Using windows shares for SVN is not advised (see Subversion help or maybe Torto

Request on jenkins error

2013-12-10 Thread bala nageswar Chadalavada
Dear team i am getting status as Dead in the wheni fire a build verisoni am using was 1.494 please let me know the root cause tried restarting the Tomcat appl as well thanks -- Bala.ch -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: Experiences with LTS vs Bleeding edge

2013-12-10 Thread teilo
Issues won't get fixed as quickly as they need to be in a release for two weeks first. That said you are less likely to discover new issues - with the exception of a new major lts version, however that has an amount of testing which latest never has. If you are really concerned with bugs there

Emma Coverage Column vs. JaCoCo plugin

2013-12-10 Thread Sebastian Schuberth
Hi, I'm slightly confused about the sentence "This functionality is included and superseeded by the JaCoCo Plugin now!" at [1]. I'm using Emma in an Android project to get code coverage, and so far I've been using the Emma Coverage Column plugin to show the coverage as determined by the Jenkins Em