Adding PY_COLORS=1 as PY_COLORS = 1 instead

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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