Re: downloading files > 1G

2017-03-03 Thread Daniel Beck
> On 03.03.2017, at 22:32, Richard Ginga wrote: > > I have been struggling all day with a simple problem...I can't download and > archived file of 1.46Gb. That is the size on the slave and the size reported > by Jenkins but when I click to download it, I get 1G. If

Re: downloading files > 1G

2017-03-03 Thread Richard Ginga
Thanks, that is something to check, however, both gunzip and tar complains that the file is incomplete. tar says: *(Empty error message)* *tar: Error exit delayed from previous errors.* On Fri, Mar 3, 2017 at 4:49 PM, R. Tyler Croy wrote: > (replies inline) > > On Fri,

Re: downloading files > 1G

2017-03-03 Thread R. Tyler Croy
(replies inline) On Fri, 03 Mar 2017, Richard Ginga wrote: > I have been struggling all day with a simple problem...I can't download and > archived file of 1.46Gb. That is the size on the slave and the size > reported by Jenkins but when I click to download it, I get 1G. Use the Fingerprint for

downloading files > 1G

2017-03-03 Thread Richard Ginga
I have been struggling all day with a simple problem...I can't download and archived file of 1.46Gb. That is the size on the slave and the size reported by Jenkins but when I click to download it, I get 1G. please help -- Dick Ginga Build Engineer rgi...@disruptorbeam.com -- You received this

Re: Pipeline DSL, IntelliJ, and maven

2017-03-03 Thread David Karlsen
Not to my knowledge - I asked JetBrains about it - but you can also add a file with a .gdsl extension with the DSL in it AFAIR. 2017-03-03 20:38 GMT+01:00 Justin Knowles : > Cool, that worked, thanks Daniel. Last question (I think) - is there a way > to have autocompletion

Re: Pipeline DSL, IntelliJ, and maven

2017-03-03 Thread Justin Knowles
Cool, that worked, thanks Daniel. Last question (I think) - is there a way to have autocompletion work in other existing projects without them being a Groovy project or having that DSL file in the codebase? Thanks again for your help. On Fri, Mar 3, 2017 at 2:15 AM, Indra Gunawan (ingunawa)

How to send combined junit test results details from multiple jenkin jobs as email after the jobs ran properly

2017-03-03 Thread Victor Martinez
If those jobs got the same parent stream then: - http://stackoverflow.com/questions/19808181/aggregating-results-of-downstream-is-no-test-in-jenkins You could also use: https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Test+Aggregator+Plugin To orchestrate those jobs. My two cents Cheers

How to send combined junit test results details from multiple jenkin jobs as email after the jobs ran properly

2017-03-03 Thread Pratap_ghosh
I have total five jobs in jenkins. Lets assume the jobs are as follows 1. Unit Tests 2. API Tests 3. Service Tests 4. UI Tests 5. Miscellaneous Tests All the jobs generate junit report. I can publish those in each job level that is fine. But Now my requirement is after all the jobs ran I want to

Re: QUESTION: labels are not shown in the agent page

2017-03-03 Thread Victor Martinez
Cool, thanks for the advice, it seems something with some class cast: Caught exception evaluating: it.node.labelCloud I'll review what plugins might cause that issue. Thanks again! On Friday, 3 March 2017 14:13:51 UTC, Daniel Beck wrote: > > > > On 03.03.2017, at 14:32, Victor Martinez

Re: Slack Outgoing Webhook integration issue

2017-03-03 Thread jerryk
Full log entry: hudson.security.csrf.CrumbFilter doFilter WARNING: No valid crumb was included in request for /job/Staging-Pipeline-DBS-Parallel/build. Returning 403. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Jenkins2 pileline poll scm

2017-03-03 Thread Michael Pailloncy
In the "Build Triggers" part inside your job configuration, you should have a "Periodically if not otherwise run" property. However, if you're able to configure webhooks on your SCM side to notify your master about new commits/branches and PR, it's a better approach :

Slack Outgoing Webhook integration issue

2017-03-03 Thread jerryk
Has anyone successfully implemented this integration for triggering a Jenkins pipeline? I've added the Slack token into the Authentication Token field in the Pipeline config, but can't seem to get it triggered properly. After issuing the trigger word from Slack, on the Jenkins server, I see

Re: How one can download or flash firmware code into Renesas micro-controller through Jenkins ?

2017-03-03 Thread Slide
If you can do it from the command line, then that is how you do it from Jenkins. Your use case is pretty specialized, so you will most likely just have to try some things out and ask specific questions about Jenkins itself. On Fri, Mar 3, 2017, 03:30 Dharampreet Singh

subscribe

2017-03-03 Thread Limor Shemesh
-- 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

Jenkins2 pileline poll scm

2017-03-03 Thread Limor Shemesh
Hi I upgraded Jenkins to 2.4 and started migrate jobs to pipeline jobs. I have created JenkinsFile and configure the job to search it in github repo. The job works great but I cannot find the way to add poll scm. I want that the job will run on every push of the repo (master branch). Please help.

Re: QUESTION: labels are not shown in the agent page

2017-03-03 Thread Daniel Beck
> On 03.03.2017, at 14:32, Victor Martinez > wrote: > > some evil plugin caused that issue, but still I don't know which one :( I would start with Simple Theme plugin, or whatever adds the background there. Also, check the Jenkins log for Jelly errors. -- You

QUESTION: labels are not shown in the agent page

2017-03-03 Thread Victor Martinez
Hi there, I've been trying to find out what's causing this issue, I even upgrade Jenkins version from 1.X to 2.19 and still same behaviour. Probably, some evil plugin caused that issue, but still I don't know which one :( - Current labels view of a particular jenkins agent:

Re: Jenkins running large multi-CPU memory-intensive jobs

2017-03-03 Thread mike crowley
Hi Artur, Thanks for reply. The machine is a server with 256G RAM and 48 cores I think. The FPGA build application runs standalone fine so I don't think it's a machine problem. I tried running on a slave initially (with similiar large specs) but this also ran slowly. The first 5 or so builds

RE: Jenkins running large multi-CPU memory-intensive jobs

2017-03-03 Thread Artur Szostak
What size machine are you trying to run this on? >From your description if you are trying to run 10 jobs each using 1 CPU and >10GB of RAM you need a machine that has > 10 cores and > 100GB of RAM. If your >machine too small then you will likely experience thrashing and stalls. Also, default

Re: Jenkins not getting started on linux

2017-03-03 Thread Fritz Elfert
Replies inline ... On 03.03.2017 12:04, Syed Shadab wrote: > Hi > > I have installed jenkins via java -jar jenkins but its is not getting > started. But same war is working fine on other server. I have > highlighted the difference in RED what is the difference between logs > where it is working

Jenkins not getting started on linux

2017-03-03 Thread Syed Shadab
Hi I have installed jenkins via java -jar jenkins but its is not getting started. But same war is working fine on other server. I have highlighted the difference in RED what is the difference between logs where it is working and where it is not working. I am using jdk1.6 and linux Red Hat In

How one can download or flash firmware code into Renesas micro-controller through Jenkins ?

2017-03-03 Thread Dharampreet Singh
How we can download or flash firmware code into Renesas micro-controller through Jenkins -- 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

Jenkins running large multi-CPU memory-intensive jobs

2017-03-03 Thread mike crowley
Hi, I'm trying to use Jenkins to automate some hardware build and sim jobs. One of these jobs is to build an FPGA. I use Jenkins to call an FPGA build tool. The FPGA build tool runs processes in parallel (~10 jobs each hogging a CPU and ~10GB of RAM) in order to speedup build time. When I run the