Jenkins jobs

hello
i want repeat some jenkins jobs on my own infrastructure.
where can i see setting for jenkins jobs? by default they are hidden.
thanks

Some are configured via Jenkins Job Builder with config files under
https://github.com/theforeman/foreman-infra/tree/master/puppet/modules/jenkins_job_builder/files/theforeman.org.
Others you can probably see the commands from the console output.

Most are simply running standard rake tasks for tests, and are not doing
anything particularly special.

··· On 05/08/16 12:43, pronix pronix wrote: > hello > i want repeat some jenkins jobs on my own infrastructure. > where can i see setting for jenkins jobs? by default they are hidden. > thanks


Dominic Cleal
dominic@cleal.org

thanks
it is what i need.

··· On Monday, August 8, 2016 at 8:59:36 AM UTC+2, Dominic Cleal wrote: > > On 05/08/16 12:43, pronix pronix wrote: > > hello > > i want repeat some jenkins jobs on my own infrastructure. > > where can i see setting for jenkins jobs? by default they are hidden. > > thanks > > Some are configured via Jenkins Job Builder with config files under > > https://github.com/theforeman/foreman-infra/tree/master/puppet/modules/jenkins_job_builder/files/theforeman.org. > > Others you can probably see the commands from the console output. > > Most are simply running standard rake tasks for tests, and are not doing > anything particularly special. > > -- > Dominic Cleal > dom...@cleal.org >