Hi, 

I am currently taken him to create, launch, … jobs via http and post ant 
tags 

My syntax is :

< post to = " http : //URL/createItem ">

<prop name = "name " value = "$ {name }" / >

<prop name = "mode " value = "copy " />

<prop name = "from" value = " $ { from }" / >

< / post > 


The job is created, but via the Anonymous user, I cannot protect my Jenkins 
as I want , because in this case , Anonymous has permission to create 
jobs...

I tried putting 

< post to ="http: //username:password@URL/createItem ">

 

But it does not work ...

So, how to create a job via post with a user other than Anonymous ?

 

Thank you in advance

 

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to