Remove Default JenkinsFile
This commit is contained in:
parent
6128d1ea3b
commit
64865c06e0
1 changed files with 0 additions and 15 deletions
15
jenkins/Jenkinsfile
vendored
15
jenkins/Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue