-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
https://release.cambpm.camunda.cloud/job/7.6/job/7.6-TEST-RELEASE-camunda-bpm/914/console
The release will fail because CI uses node v0.10.38. The grunt-cli package is no longer compatible since grunt-cli@1.4.0.
Solution Ideas
- Change the grunt-cli version loaded. AFAIK, this is done using bower and centrally for all versions: https://github.com/camunda/jenkins-job-dsl-seed-jobs/blob/master/src/main/groovy/util/ScriptResources.groovy#L49. I'm not sure if bower supports versioning
- Bump the node version the CI is using