modified jenkins file
This commit is contained in:
parent
1be40ad69d
commit
4097ed63a2
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -2,11 +2,11 @@ pipeline {
|
|||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'python:2-alpine'
|
||||
}
|
||||
}
|
||||
// agent {
|
||||
// docker {
|
||||
// image 'python:2-alpine'
|
||||
//}
|
||||
//}
|
||||
steps {
|
||||
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue