Commit 8fb0292d by Administrator

Update Jenkinsfile

parent 52df7d53
...@@ -14,6 +14,14 @@ pipeline { ...@@ -14,6 +14,14 @@ pipeline {
input(message:'Yes or No',ok:'Yse') input(message:'Yes or No',ok:'Yse')
} }
} }
stage('333'){
when {
branche 'test'
}
steps{
sh 'pwd'
}
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment