Jenkinsfile: automatic deployment has not been implemented yet.

pull/1/head
Lan Hui 2021-06-09 08:15:18 +08:00
parent 3cc5105c47
commit 3056cb8b9c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
stage('DeployIt') {
steps {
echo 'Deploying....'
echo 'Deploying (TBD)'
}
}
}