Skip to content

Commit

Permalink
jenkinsfile use dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imgarylai committed Dec 7, 2018
1 parent 0e45dac commit 7de82fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent { docker { image 'python:3.5.6' } }
agent { dockerfile true }
stages {
stage('test') {
stage('Test') {
steps {
sh 'python -m pytest'
}
Expand Down

0 comments on commit 7de82fc

Please sign in to comment.