Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string concat split in weird spot? #10

Open
verdverm opened this issue Jan 24, 2023 · 0 comments
Open

string concat split in weird spot? #10

verdverm opened this issue Jan 24, 2023 · 0 comments
Labels
upstream Upstream package error

Comments

@verdverm
Copy link

verdverm commented Jan 24, 2023

-    existing_tags=sh(script: 'gcloud container images list-tags --filter=tags:' + imageVersion + '-centos --format=json ${GCP_IMG_REPO}/' + imageName, returnStdout: true)
-    echo existing_tags
+  existing_tags = sh(script: 'gcloud container images list-tags --filter=tags:' + imageVersion + '-centos --format=json ${GCP_IMG_REPO}/' 
+    + imageName, returnStdout: true)
+  echo existing_tags

also trailing space

@Airkro Airkro added the upstream Upstream package error label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Upstream package error
Development

No branches or pull requests

2 participants