Skip to content
Snippets Groups Projects
Commit 4d4dce75 authored by Xiao Gui's avatar Xiao Gui
Browse files

[skip ci] add cd into deploy

parent 9045f4a6
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ pipeline {
}
stages {
stage('cd into deploy') {
dir('deploy')
}
stage('Build') {
steps {
echo 'Building..'
......
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