Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35009

ERROR: script returned exit code 103 - for Python 3 bat script

XMLWordPrintable

      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

            edgar0119 Edgar Yu
            mariusz102102 mariusz m
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: