[nostalgia] Remove Dockerfile from Jenkinsfile

This commit is contained in:
Gary Talent 2019-10-22 19:32:50 -05:00
parent 92103bfc41
commit adb23d9d6c

1
Jenkinsfile vendored
View File

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