Adding PY_COLORS=1 for python programs to use ANSI Colors

This commit is contained in:
Brett Benassi 2018-07-17 13:54:11 -06:00
parent b705e8f7a5
commit 314b0e3599
No known key found for this signature in database
GPG key ID: 7056CA43F36FDA8C
6 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pipeline {
environment {
PYENV_ROOT = "/usr/local/pyenv"
PATH = "$PYENV_ROOT/bin:$PATH"
PY_COLORS=1
}
stages {
stage('github-pending') {

View file

@ -11,6 +11,7 @@ pipeline {
RBENV_VERSION = "2.4.2"
TEST_SUITE = "py2"
TEST_PLATFORM = "centos-7"
PY_COLORS=1
}
stages {
stage('github-pending') {

View file

@ -11,6 +11,7 @@ pipeline {
RBENV_VERSION = "2.4.2"
TEST_SUITE = "py3"
TEST_PLATFORM = "centos-7"
PY_COLORS=1
}
stages {
stage('github-pending') {

View file

@ -11,6 +11,7 @@ pipeline {
RBENV_VERSION = "2.4.2"
TEST_SUITE = "py2"
TEST_PLATFORM = "ubuntu-1604"
PY_COLORS=1
}
stages {
stage('github-pending') {

View file

@ -11,6 +11,7 @@ pipeline {
RBENV_VERSION = "2.4.2"
TEST_SUITE = "py3"
TEST_PLATFORM = "ubuntu-1604"
PY_COLORS=1
}
stages {
stage('github-pending') {

View file

@ -7,6 +7,7 @@ pipeline {
environment {
PYENV_ROOT = "/usr/local/pyenv"
PATH = "$PYENV_ROOT/bin:$PATH"
PY_COLORS=1
}
stages {
stage('github-pending') {