Jenkins - env: ‘node’: No such file or directory

后端 未结 5 1086
不知归路
不知归路 2021-01-05 02:36

I have a jenkins server that is configured using https://github.com/shierro/jenkins-docker-examples/tree/master/05-aws-ecs

I am running a blue ocean pipeline using a

5条回答
  •  伪装坚强ぢ
    2021-01-05 02:58

    I want to highlight Mitch Downey's comment, it can't be just a comment because after spending 4 hours with no solution this comment helped me to resolve the solution

    My issue ended up being with the jenkinsci/blueocean image. I was able to just replace that image with jenkins/jenkins:lts and the NodeJS plugin began working as expected

提交回复
热议问题