[C:\Jenkins\workspace\pipeline-test] Running shell script sh: C:\Jenkins\workspace\pipeline-test@tmp\durable-313cd6e7\script.sh: command not found
Is this something that anybody has working?
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6ca18674-19a0-4681-ba28-64ed9f24a7b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Running shell script sh: /cygdrive/c/views/jenkins/workspace/xxxx@tmp/durable-1398ef71/pid: No such file or directory sh: /cygdrive/c/views/jenkins/workspace/xxxx@tmp/durable-1398ef71/jenkins-log.txt: No such file or directory sh: /cygdrive/c/views/jenkins/workspace/xxxx@tmp/durable-1398ef71/jenkins-result.txt: No such file or directory
I am on windows 10 with jenkins master as docker container (jenkinsci:LTS). The slave is on same host using cygwin with access to docker
Thoughts?
-D
I am facing same issue where i spin a jnlp slave using cygwin shell, and runs a jenkins pipeline job run inside docker
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
My recommendation is to either
1) just use a Unix agent
2) just call bat (in pipeline) and then get that to call another shell scripts if you need.