[FOLIO-1658] folio-blackbox builds failing Created: 14/Dec/18 Updated: 03/Jun/20 Resolved: 14/Dec/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P1 |
| Reporter: | Wayne Schneider | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, sprint53 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
Error message:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 31: Step does not take a single required parameter - use named parameters instead @ line 31, column 9.
slackSend "Build started: ${env.JOB_NAME} ${params.FOLIO_BUILD} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
| Comments |
| Comment by Wayne Schneider [ 14/Dec/18 ] |
|
Updated Jenkins Slack plugin changed the required syntax of the slackSend command, it now requires the use of named parameters. |