diff --git a/Jenkinsfile b/Jenkinsfile index 169aa20..099f452 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline { echo 'Deploy' script{ sh 'gcloud --help' + } } } }