Commit 8abbe681 by Administrator

Added Jenkinsfile

parent d42728a4
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Build') {
stage('Build') { steps {
steps { sh 'ls'
sh 'ls' }
} }
} stage('222') {
stage('222') { steps {
steps { echo 'dklfjlksfsf'
echo 'dklfjlksfsf' }
} }
} stage('test') {
stage('333'){ when {
when { branch 'test'
branch 'test' }
} steps {
steps{ 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