Fixed 2.0 'Deli' stage

This commit is contained in:
Dragonnight56 2020-12-10 20:18:06 -08:00
parent c322c97dc5
commit be9a08b999

5
jenkins/Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline {
agent none
agent none
options {
skipStagesAfterUnstable()
}
stages {
stage('Build') {
agent {