Adding correct spacing to options section

This commit is contained in:
Brett Benassi 2018-07-17 12:26:37 -06:00
parent 9d8a7e07db
commit b705e8f7a5
No known key found for this signature in database
GPG Key ID: 7056CA43F36FDA8C
6 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'docs' } agent { label 'docs' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
PYENV_ROOT = "/usr/local/pyenv" PYENV_ROOT = "/usr/local/pyenv"

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'kitchen-slave' } agent { label 'kitchen-slave' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml" SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml"

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'kitchen-slave' } agent { label 'kitchen-slave' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml" SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml"

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'kitchen-slave' } agent { label 'kitchen-slave' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml" SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml"

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'kitchen-slave' } agent { label 'kitchen-slave' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml" SALT_KITCHEN_PLATFORMS = "/var/jenkins/workspace/platforms.yml"

View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent { label 'pr-lint-slave' } agent { label 'pr-lint-slave' }
options { options {
timestamps() timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
environment { environment {
PYENV_ROOT = "/usr/local/pyenv" PYENV_ROOT = "/usr/local/pyenv"