This commit is contained in:
R. Tyler Croy 2016-11-15 19:02:00 -08:00
parent 920c2e18ed
commit 7f56a5d979
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -10,6 +10,9 @@ node('docker') {
stage('Test') {
sleep 10
docker.image('maven').inside {
sh 'cat /proc/info'
}
}
stage('Deploy') {