I know how to create a parameterized job in Jenkins. 
Then also we use build triggers 'Poll SCM' to trigger the build at certain
times. 

For instance I have a parameterized job which will build at 11.00 and 23.00. 
The parameters are for instance: 
- build.cycle = 3.3          (choice between 3.3 and 3.2) 
- build.type  = REGULAR   (choice between REGULAR and FULL) 

What I would like to achieve is the following. 

- the build on 11.00 should be with parameters: 
     build.cycle = 3.3 
     build.type  = REGULAR

- the build on 23.00 should be with parameters: 
     build.cycle = 3.3 
     build.type  = FULL

What do I have to do to achieve this? I could copy the entire project, but
in that case the internal Jenkins build numbers/ids are not in sync. Each
projec has its own numbers/ids. 
I would like to have one project which can be instructed to run a certain
times with different parameters. 



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Setup-scheduled-parameterized-build-with-different-parameters-on-certain-times-tp4664174.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Issues" 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/groups/opt_out.


Reply via email to