Procházet zdrojové kódy

Add another ansicolor to Jenkinsfile

Shalom Yerushalmy před 6 roky
rodič
revize
e8c672061e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      Jenkinsfile

+ 2
- 0
Jenkinsfile Zobrazit soubor

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