Commit d42728a4 by Administrator

Update Jenkinsfile

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