Hi, we are running Jenkins in a docker environment. Jenkins Version 2.192 running in a docker container version 19.03.2, build 6a30dfc Running on an Ubuntu Xenial 16.04 We are deploying by Linux shell scripts using multiple extended Linux commands like "netcat" or "nslookup".
Unfortunately the Jenkins image seems to deny such commands. In a first attempt it cannot find the commands, because they are out of the running environment (even setting "PATH" does NOT help): /var/jenkins_home/workspace/[branchpath]/Pipeline/accesstest.sh: line 19: nslookup: No such file or directory and in a second attempt copying the files into the home path of Jenkins, it misses the libraries: "../var/jenkins_home/nslookup: error while loading shared libraries: libdns.so.162: cannot open shared object file: No such file or directory.." How can I solve this problem? br Carsten -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b9156977-a8a4-4f21-8f25-9325defffde3%40googlegroups.com.
