-
-
Notifications
You must be signed in to change notification settings - Fork 170
ansible: fixes for freebsd #2652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
mhdawson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jbergstroem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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