Commit ac6376b4 by Administrator

Add new file

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