-
Bug
-
Resolution: Not A Defect
-
Blocker
-
Jenkins version - 2.361.1
OS - Mac OS Big Sur 11.6.7
npm version - 8.15
node version - 16.17.0
Java Version - 11.0.16
Ant version - 1.10.8
- Error:
wrapper script does not seem to be touching the log file in /Users/ec2-user/.jenkins/workspace/iosbuild/ipatestsample@tmp/durable-b780823b
[JENKINS-69684] Getting error while executing npm install shell(sh) command in Jenkins Pipeline project
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Description |
Original:
# *Error:*
wrapper script does not seem to be touching the log file in /Users/ec2-user/.jenkins/workspace/iosbuild/ipatestsample@tmp/durable-b780823b # *Used Pipeline script:* pipeline { agent any stages { stage('Hello') { steps { dir("ipatestsample"){ echo 'Hello World' sh 'npm install' sh 'node build.js -kvv 9.3.11' } } } } } |
New:
# *Error:*
wrapper script does not seem to be touching the log file in /Users/ec2-user/.jenkins/workspace/iosbuild/ipatestsample@tmp/durable-b780823b |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Status | Original: Reopened [ 4 ] | New: Open [ 1 ] |
Attachment | New: ConstraintSimplificationTests.cpp [ 59123 ] | |
Attachment | New: ConstraintGenerationTests.cpp [ 59124 ] | |
Attachment | New: CMakeLists.txt [ 59125 ] |
Attachment | Original: CMakeLists.txt [ 59125 ] |
The Jenkins issue tracker is used to track bugs and enhancement requests. It is not used as a question and answer site. When you post a question as an issue, your question is seen by very few people. That decreases the chance of an answer to your question.
Please submit questions to the community forum at https://community.jenkins.io or the chat channels or the Jenkins users mailing list. When more people see the question there is a better chance that someone can assist with the question.