i don´t get the defaultlabeller - is there someone who could shed some
light?
<labeller type="defaultlabeller">
<prefix>$[sprintnumber|00].</prefix>
<initialBuildLabel>0001</initialBuildLabel>
<incrementOnFailure>false</incrementOnFailure>
<labelFormat>00000</labelFormat>
</labeller>
so I use a dynamic parameter to enable my team to set a tag on the
build if it is a patch or so - but the labeller fails.
It accepts 6 chars but no more - and I can´t seem to find any setting
that says this is the limit?? and when the input is not ok - it uses
its internal buildnumber not the defaultlabel ie 27 instead of
00.0027
or wait does this mean the parameter input fails for some reason?
<parameters>
<textParameter name="sprintnumber">
<display>ange sprintnummer som prefix max 10 tecken</
display>
<maximum>10</maximum>
<required>true</required>
</textParameter>
</parameters>
anyone with a clue?