Added Jenkinsfile

This commit is contained in:
Natalia Villegas 2018-12-16 16:10:21 -03:00
parent e0456812f3
commit 13e408f027

6
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent any
agent {
dockerfile {
filename 'Dockerfile'
}
}
stages {
stage('Build') {
steps {