OOI5OFJXO6KOJTR3LM6BAORFKYV4C4GIXTKVVIQ3GBUVSB43DLOQC QJYMTECFWSMUHJ2TDC2ZTHZJMN6WPUPIFXPYGVB7MLYVSOZQMXRQC ZM3G3JVFMV4TRXGNAU2FI44M64UPLY2XIA6247R7CYR5F4Y3QB5AC LX326CB7QYUPVTX37SSK6VFSYKJIII6ARISYJBHZBVKVJ2NQTI3AC GIBB5PLI6SOJ327W6ACD6VSUENZGXGXX6WIMYTM5JH7YUP44QZRQC QUMWPGCUBMAPWLUPRSISK7PNU5LIHKHKCAZYE4XXQCJ5E4L74VSQC LPPZS34Y3DNUDIPFFYW3WINVNUM77BLOTN7OVH7YZUF6KJ7TG5RQC 3HZY24CX4U2TO74HOY4YX3LBJIYF4DLXHCIY7J2RASAC4COMSMZAC NP7IOJ4QI25BLULQEYBACUR4KXWMYLNTM2K5VNPX2FAFGHZ37WYAC X27GNHDV5KPZ5GSH6DCAJMNCEMZLCP7M43JWF2X3O5QWXMOX273AC OX6NYJDVCDX2UCJ4QQMTRJVZ535NOMCJGYCHDLCADJPQI7RMCXPQC VJFLX7B6DEYXQRS3T5LHOM4POSGMEBQSJJVBHAQV3U4LRPF4KVBAC SWXX2O4AFLEPD3N5BOYBHDRU5IRIIQHFDKNEJ3LVWOFL6NOOZVMAC VZX6HJ3I35NVK6L4FP7ASLNAMLMGPAESPQAAYZEUCXYKFUA6HTAQC OK4P3AMKXIBSUNL4ABLFKTK3UBFLINDINBPZVP5OSHLRSV44BICAC type: objectproperties:'description':description: a description of the jobsettype: stringcheckinterval:description: interval (in seconds) in which to check for evaluationtype: integerenabled:description: when true the jobset gets scheduled for evaluationtype: booleanvisible:description: when true the jobset is visible in the web frontendtype: booleankeepnr:description: number or evaluations to keeptype: integernixexprinput:description: the name of the jobset input which contains the nixexprpathtype: stringnixexprpath:nullable: truedescription: the path to the file to evaluatetype: stringinputs:description: inputs for this jobsettype: objectadditionalProperties:$ref: '#/components/schemas/JobsetInput'
$ref: '#/components/schemas/Jobset'
errortime:nullable: truedescription: timestamp associated with errormsgtype: integerlastcheckedtime:nullable: truedescription: the last time the evaluator looked at this jobsettype: integertriggertime:nullable: truedescription: set to the time we were triggered by a push eventtype: integerenabled:description: 0 is disabled, 1 is enabled, 2 is one-shot, and 3 is one-at-a-timetype: integerenableemail:description: when true the jobset sends emails when previously-successful builds failtype: booleanhidden:description: when false the jobset is visible in the web frontendtype: boolean
nixexprpath:
keepnr:description: number or evaluations to keeptype: integercheckinterval:description: interval (in seconds) in which to check for evaluationtype: integerschedulingshares:description: how many shares to be allocated to the jobsettype: integerfetcherrormsg:nullable: truedescription: contains the error message when there was a problem fetching sources for a jobsettype: stringstartime:nullable: truedescription: set to the time the latest evaluation started (if one is currently running)type: integertype:description: the type of the jobsettype: stringflake:
<tbody class="inputs">[% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs %]
<tbody class="jobsetinputs">[% jobsetinputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN jobsetinputs %]