Fix the new pipelines

This commit is contained in:
William Giokas 2018-09-26 12:12:33 -06:00
parent 8a71a43025
commit 5b16996e20
No known key found for this signature in database
GPG key ID: 690206D873CD09CF
6 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py2',
'TEST_PLATFORM=centos-7',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py3',
'TEST_PLATFORM=centos-7',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py2',
'TEST_PLATFORM=ubuntu-1604',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py3',
'TEST_PLATFORM=ubuntu-1604',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py2',
'TEST_PLATFORM=windows-2016',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true

View file

@ -8,7 +8,7 @@ node('kitchen-slave') {
'RBENV_VERSION=2.4.2',
'TEST_SUITE=py3',
'TEST_PLATFORM=windows-2016',
'PY_COLORS=1',
'PY_COLORS=1',])
{
stage('checkout-scm') {
cleanWs notFailBuild: true