running
docker run \ -u jenkins \ --rm \ -d \ -p 8080:8080 \ -p 50000:50000 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /home/jenkins:/var/jenkins_home \ jenkins/jenkins:lts because when I try to run the script in the tutorial, it fails. + /home/jenkins/scripts/fibonacci.sh 5 /var/jenkins_home/workspace/script@tmp/durable-14129c06/script.sh: 1: /var/jenkins_home/workspace/script@tmp/durable-14129c06/script.sh: /home/jenkins/scripts/fibonacci.sh: not found There is no /var/jenkins_home folder jenkins:~$ cd /var jenkins:/var$ ls backups cache crash lib local lock log mail opt run snap spool tmp 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e15412a3-22a5-474c-ad0b-0dd3783551e0n%40googlegroups.com. |
Jenkins 2.263.3 LTS Windows 10 Home Docker Windows Ubuntu
On Wednesday, February 3, 2021 at 9:31:49 PM UTC-6 Anil wrote: running 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/cfcda891-3bc3-4472-8651-29897f666c0en%40googlegroups.com. |
I am wondering - should I be running the jenkins scripts in the Docker Desktop CLI?
I noticed there is a CLI button and when I click it, I get a shell # # pwd / # whoami root # ls /var backups cache jenkins_home lib local lock log mail opt run spool tmp # ls /var/jenkins_home config.xml jenkins.telemetry.Correlator.xml scripts users copy_reference_file.log jobs secret.key war hudson.model.UpdateCenter.xml logs secret.key.not-so-secret workflow-libs hudson.plugins.git.GitTool.xml nodeMonitors.xml secrets identity.key.enc nodes updates jenkins.install.UpgradeWizard.state plugins userContent # There is no /var/jenkins_home folder jenkins:~$ cd /var jenkins:/var$ ls backups cache crash lib local lock log mail opt run snap spool tmp On Wednesday, February 3, 2021 at 9:32:57 PM UTC-6 Anil wrote: Jenkins 2.263.3 LTS Windows 10 Home Docker Windows Ubuntu 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5fdbc3a1-ac46-453b-94c5-fe41a7b1c0a8n%40googlegroups.com. |
I tried again. It is very strange. Now the script works. I did not do anything differently.
Started by user jenkins admin Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/script [Pipeline] { [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] timeout Timeout set to expire in 1 min 0 sec [Pipeline] { [Pipeline] sh + /var/jenkins_home/scripts/fibonacci.sh 5 The Fibonacci series is : 0 1 1 2 3 [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 1 min 0 sec [Pipeline] { [Pipeline] sh + /var/jenkins_home/scripts/fibonacci.sh 32 The Fibonacci series is : 0 1 1 2 3 5 8 13 21 34 55 89 144 233 On Wednesday, February 3, 2021 at 10:27:34 PM UTC-6 Anil wrote: I am wondering - should I be running the jenkins scripts in the Docker Desktop CLI? 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/99705157-7800-4fc6-a866-1d24ce640e0fn%40googlegroups.com. |
Free forum by Nabble | Edit this page |