Closed ajay-bangar closed 6 years ago
Need to update Jenkinsfile for Cloud SDK updates.
Current gcloud CLI command to Build and push an image with Container Builder : sh "PYTHONUNBUFFERED=1 gcloud container builds submit -t ${imageTag} .
gcloud
sh "PYTHONUNBUFFERED=1 gcloud container builds submit -t ${imageTag} .
Need to update as: sh "PYTHONUNBUFFERED=1 gcloud builds submit -t ${imageTag} .
sh "PYTHONUNBUFFERED=1 gcloud builds submit -t ${imageTag} .
Same modifications introduced in this PR.
Need to update Jenkinsfile for Cloud SDK updates.
Current
gcloud
CLI command to Build and push an image with Container Builder :sh "PYTHONUNBUFFERED=1 gcloud container builds submit -t ${imageTag} .
Need to update as:
sh "PYTHONUNBUFFERED=1 gcloud builds submit -t ${imageTag} .