Remove Default JenkinsFile

This commit is contained in:
DaWilliam 2018-03-03 23:33:04 -05:00
parent 6128d1ea3b
commit 64865c06e0

15
jenkins/Jenkinsfile vendored
View file

@ -1,15 +0,0 @@
pipeline {
agent none
stages {
stage('Build') {
agent {
docker {
image 'python:2-alpine'
}
}
steps {
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
}
}
}
}