Commit f298f0b1 by Administrator

Added Jenkinsfile

parent fcca56cb
...@@ -2,8 +2,17 @@ pipeline { ...@@ -2,8 +2,17 @@ pipeline {
agent any agent any
stages { stages {
stage('Build') { stage('Build') {
steps { parallel {
sh 'ls' stage('Build') {
steps {
sh 'ls'
}
}
stage('222') {
steps {
echo 'dklfjlksfsf'
}
}
} }
} }
} }
......
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