Hi, 

I have a job which i need to run via the rest api, this job should run only 
at a specific time, i've configure the "Build periodically" to the 
following value: '0 1 * * *'
My Jenkins is configured to use Active Directory, i'm also using "Project-based 
Matrix Authorization Strategy" for Authorization.


I have a few problems:

1) The first one is related to REST API: I'm not able to perform a POST 
request to this job, i'm getting "404", i'm assuming because i have to 
provide a user and password to this job, which i did and it worked, so my 
question is there any way to setup in Jenkins a bot user which will be used 
only for scripts and REST APIs in addition to the Active Directory 
configuration that i have.

2) Because each REST API call will trigger the build immediately which i 
don't want to happen, i'm wondering if there any way/technique/plugin to 
make this job run only at the specified time even if it will be triggered 
at another time, basically it should be queued or something like this, but 
it can't run more than once in a day.


Thanks, 

Alex

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f0151d65-1142-40d4-af3b-a7245fd65d4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to