Commit 546ac742 authored by 胡凯旋's avatar 胡凯旋

Added Jenkinsfile

parent e691552f
Pipeline #549 failed with stage
pipeline { pipeline {
agent any agent any
stages {
stages { stage('Build') {
stage('Build') { steps {
steps { echo 'Building..'
echo 'Building..' }
}
}
stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
} }
} stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
}
}
\ 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