Commit a53be2a
Edgars Batna
Remove MAX_LABEL_LENGTH to avoid cutting the string in the middle of a unicode char, which corrupts the whole build.
If necessary, this should be done at the view level instead.1 parent f957a48 commit a53be2a
File tree
1 file changed
+1
-6
lines changed- src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
148 | | - | |
| 146 | + | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| |||
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 174 | | |
180 | 175 | | |
181 | 176 | | |
| |||
0 commit comments