1
0
Fork 0

Jenkinsfile: automatic deployment has not been implemented yet.

Lanhui-add-articles
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') { stage('DeployIt') {
steps { steps {
echo 'Deploying....' echo 'Deploying (TBD)'
} }
} }
} }