fix Jenkinsfile

This commit is contained in:
Mario 2018-11-27 15:27:58 -08:00
parent 507080a398
commit fc22627b89

4
Jenkinsfile vendored
View file

@ -1,12 +1,13 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building'
}
}
}
stage('Test') {
steps {
echo 'Testing'
@ -23,4 +24,5 @@ pipeline {
sh './deploy production'
}
}
}
}