jenkins: capitalize steps

This commit is contained in:
Frédéric Péters 2018-04-25 20:39:23 +02:00
parent bbe0acf3b9
commit f8384ccae3
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -3,12 +3,12 @@
pipeline {
agent any
stages{
stage('unit test'){
stage('Unit test') {
steps{
sh 'tox -rv'
}
}
stage('packaging'){
stage('Packaging') {
steps{
script {
if (env.BRANCH_NAME == 'master') {