Conversation
|
@nodejs/platform-freebsd |
Eventually figured it out by editing Refs: jenkinsci/remoting#416 Details |
- Update `python` to point to `python2` (for consistency with other platforms in our CI; use `python3` for Python 3). - Use `py38-pip` to match the version of Python 3 installed. - Create a `pip3` symlink as Ansible's `pip` task fails without it. - `-slaveLog` Jenkins agent parameter has been obsoleted. Use the `-o` parameter to `daemon` to redirect stdout/stderr to the log file.
For clarity (I'd updated the description but thought I'd also posted this comment) I decided not to use |
pythonto point topython2(for consistency with otherplatforms in our CI; use
python3for Python 3).py38-pipto match the version of Python 3 installed.pip3symlink as Ansible'spiptask fails without it.-slaveLogJenkins agent parameter has been obsoleted. Use the-oparameter todaemonto redirect stdout/stderr to the log file.Refs: #2531