diff --git a/Jenkinsfile b/Jenkinsfile index a18324591..07be1d89c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { stage('Deploy') { if (env.BRANCH_NAME == 'master') { steps { - echo 'Deploy' + echo 'Deploy.' } } }