Fixed 2.0 'Deli' stage

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

3
jenkins/Jenkinsfile vendored
View file

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