Commit d42728a4 by Administrator

Update Jenkinsfile

parent 916c5165
pipeline {
agent any
stages {
stage('Build') {
parallel {
stage('Build') {
steps {
sh 'ls'
......@@ -11,7 +10,6 @@ pipeline {
stage('222') {
steps {
echo 'dklfjlksfsf'
input(message:'Yes or No',ok:'Yse')
}
}
stage('333'){
......@@ -22,7 +20,6 @@ pipeline {
sh 'pwd'
}
}
}
}
}
}
\ No newline at end of file
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