jenkinsfile: coding style

This commit is contained in:
Frédéric Péters 2018-04-25 22:41:58 +02:00
parent 6c99bf10a1
commit 7f86e9c314
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@
pipeline {
agent any
stages{
stage('Unit tests'){
stage('Unit tests') {
parallel {
stage('Python 2') {
steps {
@ -18,8 +18,8 @@ pipeline {
}
}
}
stage('Packaging'){
steps{
stage('Packaging') {
steps {
script {
if (env.BRANCH_NAME == 'master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d jessie bidon'