Jenkins - Installation / Configuration

Card Puncher Data Processing

Installation

Choice:

Handy plugin

Support

Docker: Are you trying to connect to a TLS-enabled daemon without TLS?

You may get this error:

Warning: failed to get default registry endpoint from daemon (Get http://192.168.99.100:2376/v1.30/info: malformed HTTP response "\x15\x03\x01\x00\x02\x02".
* Are you trying to connect to a TLS-enabled daemon without TLS?). Using system default: https://index.docker.io/v1/
Post http://192.168.99.100:2376/v1.30/images/create?fromImage=node&tag=7-alpine: malformed HTTP response "\x15\x03\x01\x00\x02\x02\x16".
* Are you trying to connect to a TLS-enabled daemon without TLS?

You need to add the docker variable to the user running Jenkins (in my case, System on Windows).

Cannot run program “nohup”

Caused: java.io.IOException: Cannot run program "nohup" (in directory "C:\Jenkins\workspace\Bytle-Db"): CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:249)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)

Just add to the PATH environment variable a path to a nohup windows executable. Example with Git Bash

C:\git-for-windows\usr\bin\

Then, you can find it:

Which Nohup





Discover More
Hudson Job Ant Junit
Hudson - Ant Build Steps with Junit Test Call

This article shows you an example on how you can start your junit test with the Ant builder (runner) and Hudson as Scheduler and reporter. An Hudson Job can call an Ant script. Ant can call junit...
Jenkins Unlock
Jenkins - Docker Installation

Jenkins installation on Docker Create an container and run it from the Community edition image /var/run/docker.sock on Windows mounting JENKINS_HOME to a local directory (in our example to...
Card Puncher Data Processing
Jenkins - JENKINS_HOME

The jenkins_home directory contains all information that you need to back up. docker: docker mount point linux: /var/jenkins_home
Jenkins Extended Email Notification
Jenkins - Windows Installation

installation of Jenkins Windows Go to the Manage Jenkins page Install it as a service (it will be installed on the port 8080) Change the service argument in this file: C:\Users\gerard\.jenkins\jenkins.xml...



Share this page:
Follow us:
Task Runner