-
Improvement
-
Resolution: Fixed
-
Major
-
None
The -L, -R, -z, -Z, -f, and -F options cannot be using in Jenkins 2.46.2+ without -remoting, which is deprecated. At least -z and -Z could instead operate over stdio with any protocol, which also subsumes the use cases of -f and -F with a little extra effort. For example:
echo '...' > Makefile tar cfz - ... | java -jar jenkins-cli.jar -auth ... -s ... dist-fork -z= -Z= sh -c 'tar xfz - && make && tar cfz - a.out' | tar xfz - file a.out
- relates to
-
JENKINS-41745 Remoting-free CLI
-
- Resolved
-
- links to
- mentioned in
-
Page Loading...
(2 links to, 1 mentioned in)
Code changed in jenkins
User: Jesse Glick
Path:
msi/build-on-jenkins.sh
http://jenkins-ci.org/commit/packaging/f1bfb9dfe075a8e6abbe1aae677421fde1eb4cc2
Log:
JENKINS-49205Notingcf. https://github.com/jenkinsci/distfork-plugin/pull/9