This commit is contained in:
R. Tyler Croy 2016-11-15 18:59:21 -08:00
parent 8ceb710c48
commit 920c2e18ed
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -2,7 +2,10 @@
node('docker') {
stage('Build') {
echo 'im building'
docker.image('alpine').inside {
echo 'im building'
sh 'uname -a'
}
}
stage('Test') {