jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-35009] ERROR: script returned exit code 103 - for Python 3 bat script
- Dominant language
- Java
- Stars
- 46
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
1. Create pipeline with:
node() {
bat 'py g:
pythonTest.py'
}
Where pythonTest.py contatins i.e.
#!/usr/bin/python3
print(1)
2. Run
3, Bug: Pipeline finished with error
ERROR: script returned exit code 103
Finished: FAILURE
---
Originally reported by mariusz102102, imported from: ERROR: script returned exit code 103 - for Python 3 bat script
edgar0119
Raw content of original issue
1. Create pipeline with:
node() {
bat 'py g:
pythonTest.py'
}Where pythonTest.py contatins i.e.
#!/usr/bin/python3
print(1)2. Run
3, Bug: Pipeline finished with error
ERROR: script returned exit code 103
Finished: FAILURE
- environment:
Windows10/Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48)
Contributor guide
Assessment
This issue has not been assessed yet.