We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ade82c commit 2ea453eCopy full SHA for 2ea453e
1 file changed
jenkins_pipelines/environments/common/pipeline-build-validation-aws.groovy
@@ -21,7 +21,7 @@ def run(params) {
21
deployed = false
22
23
GString tfvarsPrepareScript = "${WORKSPACE}/susemanager-ci/jenkins_pipelines/scripts/tf_vars_generator/prepare_tfvars.py"
24
- GString mirror_hostname_aws_private = ""
+ String mirror_hostname_aws_private = ""
25
26
// Declare lock resource use during node bootstrap
27
mgrCreateBootstrapRepo = 'share resource to avoid running mgr create bootstrap repo in parallel'
0 commit comments