wrap in stages

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 9101185a75
commit 597f2c543d
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -67,6 +67,7 @@ pipeline {
image 'python:3.7.3'
args '--user=root'
}
stages {
stage('Release Build') {
when {
@ -114,6 +115,8 @@ pipeline {
}
}
}
}
}
}

Loading…
Cancel
Save