changes to Jenkins file

This commit is contained in:
udayakr 2019-02-09 12:33:22 +05:30 committed by GitHub
parent 1c7e0b005f
commit eb43f276fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent { dockerfile true }
stages { stages {
stage('Build') { stage('Build') {
agent { agent {