modified jenkins file

Tento commit je obsažen v:
udayakr 2019-02-10 15:54:45 +05:30 odevzdal GitHub
rodič 1be40ad69d
revize 4097ed63a2
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID klíče GPG: 4AEE18F83AFDEB23

10
Jenkinsfile vendorováno
Zobrazit soubor

@ -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'
}