Explorar el Código

Add another ansicolor to Jenkinsfile

Shalom Yerushalmy hace 7 años
padre
commit
e8c672061e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Jenkinsfile

+ 2
- 0
Jenkinsfile Ver fichero

4
   stages {
4
   stages {
5
     stage('Install npm packages') {
5
     stage('Install npm packages') {
6
       steps {
6
       steps {
7
+      ansiColor('xterm') {
7
         sh '''#!/bin/bash -ex
8
         sh '''#!/bin/bash -ex
8
 npm install
9
 npm install
9
 npm run clean'''
10
 npm run clean'''
11
+        }
10
       }
12
       }
11
     }
13
     }
12
     stage('Run All Tests') {
14
     stage('Run All Tests') {