Skip to content

Commit 4dc62c4

Browse files
committed
echo workspace
1 parent 2d738cc commit 4dc62c4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ pipeline {
1010
CI = 'true'
1111
}
1212
stages {
13-
// stage('Example') {
14-
// steps {
15-
// echo "-------WORKSPACE-------->: ${WORKSPACE}"
16-
// }
17-
// }
13+
stage('Example') {
14+
steps {
15+
echo "-------WORKSPACE-------->: ${WORKSPACE}"
16+
}
17+
}
1818
stage('Install') {
1919
steps {
2020
sh 'npm install'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
1212
you'll be creating yourself during the tutorial and the `scripts` subdirectory
1313
contains shell scripts with commands that are executed when Jenkins processes
1414
the "Test" and "Deliver" stages of your Pipeline.
15+
16+
```sh
17+
chmod 777 /var/run/docker.sock
18+
```

0 commit comments

Comments
 (0)