Christopher Fenner
Christopher Fenner
See also #112
See also #226
We have the same issue for a library with Maven. Adding the file to the class path results in "undefined method `echo`" at compile time.
@raghunathd8 can you comment on this as you applied the change in https://github.com/SAP/jenkins-library/pull/3446?
@OliverNocon any thoughts about this? Can we allow specifying them on `parameter` level?
We have the same issue with the NPM Requirement that `pre-releases` with a `-` within are not parsed correctly (NPE). see [tests](https://github.com/CCFenner/semver4j/commit/a6d52b92367a74d8bcd7ad3c1102c4234e4e34b4)
I guess you should place your app in a folder that is owned by the executing user or writable, e.g. `/home/node/webapp`. see also https://github.com/nodejs/docker-node/issues/603#issuecomment-354765372
If you are working in the user context you should be able to switch to user `node` in the beginning. Maybe that solves the permission issues.
Looks like this is already implemented in [@actions/github](https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/github/src/internal/utils.ts#L23-L25) and we just need to update from `1.2.0` to a [recent version](https://www.npmjs.com/package/@actions/github?activeTab=versions). After that we should be able to use the action...