Parcourir la source

Added node version

Shalom Yerushalmy il y a 7 ans
Parent
révision
0ac18f427b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile Voir le fichier

5
       steps {
5
       steps {
6
       ansiColor('xterm') {
6
       ansiColor('xterm') {
7
         sh '''#!/bin/bash -ex
7
         sh '''#!/bin/bash -ex
8
+        node -v
8
 npm install
9
 npm install
9
 npm run clean'''
10
 npm run clean'''
10
         }
11
         }