-
Bug
-
Resolution: Unresolved
-
Critical
-
Windows10/Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48)
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