Hey,
I'm trying to get nodejs plugin working in pipeline, here is example code:
pipeline {
agent any
environment {
TESTGLOBALVARIABLE = 'TEST'
}
tools {
nodejs '7.7.3'
}
jenkins gives me this error:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript:
I'm running centos7 and installing pre-packaged docker 1.12.6 from epel7.
I did see the suggestion out in the wild to add the jenkins user to the
"docker" (specifically "dockerroot" on my installation) group. I tried
this early on and it had no effect. I noticed that the unix socket
(/var/ru
I'm running the latest Jenkins docker image (2.60.1) with the latest
BlueOcean plugin set (1.1.4) installed. I'm following a generic tutorial
that walks you through setting up your first pipeline. Here are the steps
I'm following:
1) Go to BlueOcean and click "Create a new Pipeline"
> It's tim
I'm running the latest Jenkins docker image (2.60.1) with the latest
BlueOcean plugin set (1.1.4) installed. I'm following a generic tutorial
that walks you through setting up your first pipeline. Here are the steps
I'm following:
1) Go to BlueOcean and click "Create a new Pipeline"
> It's tim