We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3217e96 commit f945921Copy full SHA for f945921
1 file changed
Jenkinsfile
@@ -9,8 +9,7 @@ void createCluster(String CLUSTER_SUFFIX) {
9
gcloud auth activate-service-account --key-file $CLIENT_SECRET_FILE
10
gcloud config set project $GCP_PROJECT
11
12
-
13
- cat > ${WORKSPACE}/hugepages-config-${CLUSTER_SUFFIX}.yaml <<EOF
+ cat > "${WORKSPACE}/hugepages-config-${CLUSTER_SUFFIX}.yaml" <<'EOF'
14
linuxConfig:
15
hugepageConfig:
16
hugepage_size2m: 1024
0 commit comments