File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ pipeline {
10
10
CI = ' true'
11
11
}
12
12
stages {
13
- // stage('Example') {
14
- // steps {
15
- // echo "-------WORKSPACE-------->: ${WORKSPACE}"
16
- // }
17
- // }
13
+ stage(' Example' ) {
14
+ steps {
15
+ echo " -------WORKSPACE-------->: ${ WORKSPACE} "
16
+ }
17
+ }
18
18
stage(' Install' ) {
19
19
steps {
20
20
sh ' npm install'
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
12
12
you'll be creating yourself during the tutorial and the ` scripts ` subdirectory
13
13
contains shell scripts with commands that are executed when Jenkins processes
14
14
the "Test" and "Deliver" stages of your Pipeline.
15
+
16
+ ``` sh
17
+ chmod 777 /var/run/docker.sock
18
+ ```
You can’t perform that action at this time.
0 commit comments