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'
...@@ -12,14 +11,13 @@ pipeline { ...@@ -12,14 +11,13 @@ pipeline {
echo 'dklfjlksfsf' echo 'dklfjlksfsf'
} }
} }
stage('333'){ stage('test') {
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