···99in {
1010 options = {
1111 services.jenkins.jobBuilder = {
1212- enable = mkOption {
1313- type = types.bool;
1414- default = false;
1515- description = lib.mdDoc ''
1616- Whether or not to enable the Jenkins Job Builder (JJB) service. It
1717- allows defining jobs for Jenkins in a declarative manner.
1212+ enable = mkEnableOption (mdDoc ''
1313+ the Jenkins Job Builder (JJB) service. It
1414+ allows defining jobs for Jenkins in a declarative manner.
18151919- Jobs managed through the Jenkins WebUI (or by other means) are left
2020- unchanged.
1616+ Jobs managed through the Jenkins WebUI (or by other means) are left
1717+ unchanged.
21182222- Note that it really is declarative configuration; if you remove a
2323- previously defined job, the corresponding job directory will be
2424- deleted.
1919+ Note that it really is declarative configuration; if you remove a
2020+ previously defined job, the corresponding job directory will be
2121+ deleted.
25222626- Please see the Jenkins Job Builder documentation for more info:
2727- [
2828- http://docs.openstack.org/infra/jenkins-job-builder/](http://docs.openstack.org/infra/jenkins-job-builder/)
2929- '';
3030- };
2323+ Please see the Jenkins Job Builder documentation for more info:
2424+ <https://jenkins-job-builder.readthedocs.io/>
2525+ '');
31263227 accessUser = mkOption {
3328 default = "admin";