Commit f298f0b1 by Administrator

Added Jenkinsfile

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