update in Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 10:52:41 +05:00
parent f15330fdb8
commit a9d5590b94

3
Jenkinsfile vendored
View file

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