Update Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 15:39:02 -04:00 committed by GitHub
parent 5a73bc8bcc
commit c89ab87420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -8,12 +8,12 @@ pipeline {
}
stage('Test') {
steps {
bat 'make check'
echo 'Testing'
}
}
stage('Package') {
steps {
echo 'Testing'
echo 'Package'
}
}
stage('Deploy') {