Added Jenkinsfile

This commit is contained in:
admin 2018-05-03 08:19:54 +00:00
parent be3a3fcc72
commit b5d9528a26

7
Jenkinsfile vendored
View file

@ -1,5 +1,10 @@
pipeline {
agent none
agent {
docker {
image 'docker'
}
}
stages {
stage('Build') {
agent {