Skip to content
Snippets Groups Projects
Commit 01e52450 authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'jenkins' into 'master'

Add Jenkinsfile for build

See merge request !3
parents 6cc69901 341afb27
No related branches found
No related tags found
1 merge request!3Add Jenkinsfile for build
pipline {
agent {
docker {
image 'python:3.6-alpine'
}
}
stages {
stage('Build') {
steps {
sh 'pip -v'
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment