This commit is contained in:
Dragonnight56 2020-12-10 20:18:06 -08:00
джерело c322c97dc5
коміт be9a08b999

3
jenkins/Jenkinsfile сторонній

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