Added Jenkinsfile

This commit is contained in:
landry333 2020-03-30 14:06:29 -04:00
parent a784ad1c5e
commit aa4ccf0ca2

6
Jenkinsfile vendored
View file

@ -19,11 +19,5 @@ pipeline {
}
}
stage('') {
steps {
sh 'echo \'Deployment\''
}
}
}
}