Commit f298f0b1 by Administrator

Added Jenkinsfile

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