acammies
2018-04-08 374f63ae11d7a2e2ff78110015b2210cfd08f9f2
Update README.md
1 files modified
6 ■■■■ changed files
2-attack-of-the-pipelines/README.md 6 ●●●● patch | view | raw | blame | history
2-attack-of-the-pipelines/README.md
@@ -262,9 +262,9 @@
### Part 2 - Create a NodeJS Build slave
> _In this exercise; we will create a build configuration for to generate a slave for Jenkins to use in it's builds_
> _In this exercise; we will create a build configuration to generate a slave for Jenkins to use in it's builds_
3. In order for Jenkins to be able to run `npm` builds and installs as we have done locally, we must configure a `jenkins-build-slave` for Jenkins to use. This slave will be dynamically provisioned when we run a build. It needs to have NodeJS and npm installed in it. In your `enablement-cd-cd` repository, checkout the template and configuration. This will bring in the template, the params & the `Docerfile`.
3. In order for Jenkins to be able to run `npm` builds and installs as we have done locally, we must configure a `jenkins-build-slave` for Jenkins to use. This slave will be dynamically provisioned when we run a build. It needs to have NodeJS and npm installed in it. In your `enablement-cd-cd` repository, checkout the template and configuration. This will bring in the template, the params & the `Dockerfile`.
```bash
$ git checkout exercise2/jenkins-slave docker/ templates/ params/
```
@@ -338,4 +338,4 @@
 -  What's in a package.json?
## Slide links
> link back to the deck for the supporting material
> link back to the deck for the supporting material