Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
nodejs 12 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Apr 26, 2020
1 parent 5f73afe commit 7a9295f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Use with [Kubernetes Jenkins Plugin](https://github.com/jenkinsci/kubernetes-plu

```groovy
podTemplate(
name: 'nodejs-xvfb-chrome-v32',
label: 'k8s-jenkins-slave-nodejs-xvfb-chrome-v32',
name: 'nodejs-xvfb-chrome-v34',
label: 'k8s-jenkins-slave-nodejs-xvfb-chrome-v34',
cloud: 'mycloud',
nodeSelector: 'failure-domain.beta.kubernetes.io/zone=eu-west-1a',
containers: [
containerTemplate(
name: 'jnlp',
image: 'cloutainer/k8s-jenkins-slave-nodejs-xvfb-chrome:v32',
image: 'cloutainer/k8s-jenkins-slave-nodejs-xvfb-chrome:v34',
privileged: false,
command: '/opt/docker-entrypoint.sh',
args: '',
Expand All @@ -54,7 +54,7 @@ podTemplate(
)
]
) {
node('k8s-jenkins-slave-nodejs-xvfb-chrome-v32') {
node('k8s-jenkins-slave-nodejs-xvfb-chrome-v34') {
stage('build and test') {
sh 'mvn -version'
sh 'git clone https://github.com/clouless/angular-4-unit-test-dummy.git'
Expand Down

0 comments on commit 7a9295f

Please sign in to comment.