Update Jenkinsfile

This commit is contained in:
lohesaurabh 2021-03-20 07:03:40 +05:30 committed by GitHub
parent 128e9ba59f
commit ba246e0181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
jenkins/Jenkinsfile vendored
View file

@ -5,6 +5,7 @@ pipeline {
agent {
docker {
image 'python:2-alpine'
It is for testing
}
}
steps {