From c13a8aacf9302609e24703db2977e9de84d8ed73 Mon Sep 17 00:00:00 2001 From: lenape Date: Mon, 14 Jul 2025 02:23:36 +0000 Subject: [PATCH] automated terminal push --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c15adeb..0401ad0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -599,7 +599,7 @@ EOF echo "Instance Security Group: \$INSTANCE_SG" aws ec2 describe-security-groups \\ --group-ids \$INSTANCE_SG \\ - --query 'SecurityGroups[*].IpPermissions[?FromPort==\\\`22\\\`]' \\ + --query 'SecurityGroups[*].IpPermissions[*]' \\ --output table 2>/dev/null || echo "Could not retrieve security group rules" else echo "Could not determine instance security group"