Skip to content

Commit 2ea453e

Browse files
committed
Fix declaration
1 parent 8ade82c commit 2ea453e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins_pipelines/environments/common/pipeline-build-validation-aws.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(params) {
2121
deployed = false
2222

2323
GString tfvarsPrepareScript = "${WORKSPACE}/susemanager-ci/jenkins_pipelines/scripts/tf_vars_generator/prepare_tfvars.py"
24-
GString mirror_hostname_aws_private = ""
24+
String mirror_hostname_aws_private = ""
2525

2626
// Declare lock resource use during node bootstrap
2727
mgrCreateBootstrapRepo = 'share resource to avoid running mgr create bootstrap repo in parallel'

0 commit comments

Comments
 (0)