Re: Kubernetes default jnlp container

2019-01-10 Thread Maciej Gąsiorowski
Thanks a lot ;) W dniu czwartek, 10 stycznia 2019 10:36:35 UTC+1 użytkownik Carlos Sanchez napisał: > > You have to create a default PodTemplate and then put its name in the > field "Defaults Provider Template Name" in settings > > On Thu, Jan 10, 2019 at 7

Kubernetes default jnlp container

2019-01-09 Thread Maciej Gąsiorowski
Hi, It is possible to set custom default jnlp container (from private repo) for all jobs, without configuring him in all pipelines used in instance? I tried configure it in jenkins settings, but this don't work, job allways tried to pull imgage from hub.docker. Thanks, Maciej -- You receive

[Shared library] Global variables in parallel

2017-09-26 Thread Maciej Gąsiorowski
Hi, I have shared library with global variables as stages ( https://jenkins.io/doc/book/pipeline/shared-libraries/#defining-a-more-structured-dsl ): + src + vars - stage1.groovy - stage2.groovy - stage3.groovy I is possible to create library to run them in parallel, something like this (

[Shared library] Global variables in parallel

2017-09-26 Thread Maciej Gąsiorowski
Hi, I have shared library with global variables as stages (https://jenkins.io/doc/book/pipeline/shared-libraries/#defining-a-more-structured-dsl): + src + vars - stage1.groovy - stage2.groovy - stage3.groovy I is possible to create library to run them in parallel, something like this (o

Re: Shared libraries and very slow aapt cruncher (android)

2017-07-26 Thread Maciej Gąsiorowski
I think I found a cause, when I remove ansi color wrapper everything works :) W dniu wtorek, 25 lipca 2017 13:43:26 UTC+2 użytkownik Maciej Gąsiorowski napisał: > > Hi, > > I have problem and I have finished with ideas where is problem. > > I have shared libraries which

Shared libraries and very slow aapt cruncher (android)

2017-07-25 Thread Maciej Gąsiorowski
Hi, I have problem and I have finished with ideas where is problem. I have shared libraries which build our android appliaction, everything works. But when project uses kotlin and aapt cruncher, cruncher works very slow. My build's timouts after one hour. When I use the same project with Scrip

Synchronized build numbers

2015-04-02 Thread Maciej Gąsiorowski
Hi, I have 3 jobs: 1. Debug version (after commits). 2. QA version (manual, timer) 3. Release version (triggered by 2, manual). Builds from second job should have BUILD_NUMBER larger by one than newest build from first job, and when second job triggered third job then he should have th

Re: [Email-ext] Add images to mail

2014-06-16 Thread Maciej Gąsiorowski
the images will be inkined as > base64 encoded data. > On Jun 16, 2014 5:34 AM, "Maciej Gąsiorowski" > wrote: > >> *slide* thanks for reply, but it doesn't solve my problem. >> >> I want to add images that will be visible to all recipients, no matter &g

Re: [Email-ext] Add images to mail

2014-06-16 Thread Maciej Gąsiorowski
f the email is not on the network where those resources > are available, you won't see them in the email. You can use the inlining > option data-inline="true" in your HTML template and the plugin should > inline images as base64 encoded, so they should display. > >

[Email-ext] Add images to mail

2014-06-13 Thread Maciej Gąsiorowski
Hi, I want to add images to mail body (from artifacts or workspace folder). It is possible ? I add img tag, where src is link to artifacts, in Email Template Testing everything is ok, but when jenkins send mail, there is no img src. Best regards, Maciej -- You received this message because yo