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
-#!/usr/bin/env bash
2
 pipeline {
1
 pipeline {
3
   agent any
2
   agent any
4
   stages {
3
   stages {
22
         }
21
         }
23
         stage('Run IOS tests') {
22
         stage('Run IOS tests') {
24
           steps {
23
           steps {
25
-          ansiColor('xterm') {
26
             sh '''#!/bin/bash
24
             sh '''#!/bin/bash
27
 
25
 
28
 npm run test-unit-ios -- --release
26
 npm run test-unit-ios -- --release
29
 npm run test-e2e-ios -- --release'''
27
 npm run test-e2e-ios -- --release'''
30
           }
28
           }
31
-         }
32
         }
29
         }
33
         stage('Run android tests') {
30
         stage('Run android tests') {
34
           steps {
31
           steps {