mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the new pipelines
This commit is contained in:
parent
8a71a43025
commit
5b16996e20
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue