Update Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 15:24:45 -04:00 committed by GitHub
parent b9f68ac2b4
commit 9638347152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
Jenkinsfile vendored
View file

@ -6,6 +6,20 @@ pipeline {
bat './mvnw package'
}
}
stage('Test') {
steps {
//
}
}
stage('Package') {
steps {
//
}
}
stage('Deploy') {
steps {
//
}
}
}
}