disable colors for fastlane to keep jenkins logs cleaner

Details: https://github.com/fastlane/fastlane/issues/316
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-07-20 14:57:03 +02:00
parent a5d5ed3596
commit bdc7284308
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
8 changed files with 8 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -1,7 +1,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
timeout(90) {
node ('macos'){

View File

@ -4,6 +4,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -4,6 +4,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -1,6 +1,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -4,6 +4,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -4,6 +4,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1

View File

@ -4,6 +4,7 @@
env.LANG="en_US.UTF-8"
env.LANGUAGE="en_US.UTF-8"
env.LC_ALL="en_US.UTF-8"
env.FASTLANE_DISABLE_COLORS=1
def installJSDeps() {
def attempt = 1