Browse Source

Revert "Add ansi color to jenkins pipeline"

This reverts commit 81cf39086c.
Shalom Yerushalmy 6 years ago
parent
commit
5d91dcbbe0
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Jenkinsfile

+ 0
- 3
Jenkinsfile View File

@@ -1,4 +1,3 @@
1
-#!/usr/bin/env bash
2 1
 pipeline {
3 2
   agent any
4 3
   stages {
@@ -22,13 +21,11 @@ npm run test-js'''
22 21
         }
23 22
         stage('Run IOS tests') {
24 23
           steps {
25
-          ansiColor('xterm') {
26 24
             sh '''#!/bin/bash
27 25
 
28 26
 npm run test-unit-ios -- --release
29 27
 npm run test-e2e-ios -- --release'''
30 28
           }
31
-         }
32 29
         }
33 30
         stage('Run android tests') {
34 31
           steps {