Minor fix to Jenkinsfile for Ch8 EoC Lab

This commit is contained in:
Ravi Srinivasan 2019-07-15 17:28:37 +05:30
parent fe9006dcad
commit 702686c81d

2
movies/Jenkinsfile vendored
View file

@ -113,7 +113,7 @@ pipeline {
''' '''
echo '### Creating a new app in Staging ###' echo '### Creating a new app in Staging ###'
// TODO: Create a new app in staging // TODO: Create a new app in staging and expose the service
} }
} }