I have a job with jenkins. I want to build my work at a specific time using the build parameter.
I want to do this using the Build periodically option.
I have this input:
*/1 * * * * Parameter1
If I do this, jenkins will get an error.
Is this possible without using any plugin .
if not, which plugin will be better
Alternatively, you can specify the parameter here in the schedule?
My actual requirement is this:
build in morning using one parameter build in evening using another parameter.
source share