Re: ow to add file to html content within newest version of jenkins email-ext plugin

2016-07-28 Thread Jonathann Zenou
Did you manage to solve this ?
I have the same issue.

Regards
Jonathann

On Tuesday, June 7, 2016 at 5:33:32 PM UTC+3, jianqi...@gmail.com wrote:
>
> Hi,
>
> I used to use the old version of  email-ext plugin, and I could add html 
> content by input this command in Content place:
> * ${FILE,path="xxx/x.html"}.*
> Today, I updated the plugin to the newest version 2.43, then I found that 
> the command above don't work now.
> How could I do to add a file to the html content in newest version?
> Thank you very much in advance!
>
> Best Regards,
> janetjiang
>

-- 
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/ec68e8cc-c61b-44d8-9e15-7d00d1f51f05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Share data between jobs for different CI pipelines

2016-07-13 Thread Jonathann Zenou
Hi all,

I am using Jenkins from several years now, and I am pretty satisfied from 
it, but lately I have the feeling I pushed it to its limit.
Maybe one of you can help me.
Let's say I have two CI pipelines: one for frontend and one for backend. 
When I am running a CI pipeline for frontend, I need to deploy on my 
integration environment a stable version of my backend and when I am 
running a CI pipeline for backend ,  I need to deploy on my integration 
environment a stable version of my frontend. A stable version of a product 
is a version that finished its CI pipeline without failing any test.
My wish is to always have the most recent version stable versions of my 
products in my CI pipelines (from the second a CI pipeline has successly 
finished, I want its version to be used in other pipelines)
Now the question:
How can I store data on which version is of product is stable or not, and 
how can I change this version at the end of my CI pipeline ?
I used to do it using global parameters of Jenkins, but having a lot of 
pipelines, it started to take some time to load all the global parameters 
in the scope of my jobs.
I thought of using an external key/value system like etcd/reddis/zookeeper. 
Any advice ?


Thanks a lot !!

-- 
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/ee7180d8-ac10-47a4-b7f1-908247aee2bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to set Environment variables in Global properties of global Jenkins configuration programmatically?

2015-01-20 Thread Jonathann Zenou

I seem to have the same issue.
Does someone know what to do to alter a global variable from a job ? Is it 
even possible ?

Thanks
On Monday, September 29, 2014 at 10:17:57 AM UTC+3, mr wrote:

 Does anybody have an idea???


 Am Dienstag, 23. September 2014 12:03:51 UTC+2 schrieb mr:

 Thanks for the answer!

 Where do you inject the username and password? I think you do it into the 
 current build.

 But I want to inject a new variable or change an existing variable (like 
 e.g. username or password) into the global configuration, thus next time 
 when I go into the Global Jenkins Configuration UI, I could see the 
 username or password in the section Global properties.

 Is this possible? Is there a package like hudson.configuration.global 
 within the API which would allow me to change the environment variable 
 within the global properties jenkins configuration section?



-- 
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/8eef2f94-7794-40bf-af44-9bf17c8daefd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to change Jenkins settings or global parameters automatically?

2015-01-20 Thread Jonathann Zenou
Hi

Did you have any luck with that ?
I have the same problem.

Thanks

On Tuesday, December 18, 2012 at 10:01:59 AM UTC+2, Akiko Takano wrote:

 Hello.

 I need to change some Jenkins global parameters, such as password for 
 other resources, periodically.
 If I could, I hope to make Jenkins change these parameters for himself and 
 report these result. 

 What is the best way to do? CLI? Groovy?

 Anys suggestion will be appreciated.


-- 
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/7059ea0e-830d-436a-973e-9e4cfa5f317c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.