Skip to content

Commit

Permalink
Fix IPv6 E2E Jenkins job (#5464)
Browse files Browse the repository at this point in the history
Change double brackets to single brackets for Jenkins macro
builder-e2e-jumper.

Signed-off-by: hjiajing <[email protected]>
  • Loading branch information
hjiajing authored Sep 14, 2023
1 parent 99a5f25 commit dd2529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/jobs/macros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
#!/bin/bash
set -e
DOCKER_REGISTRY="$(head -n1 ci/docker-registry)"
./ci/jenkins/test.sh --testcase e2e --registry ${{DOCKER_REGISTRY}} --testbed-type jumper
./ci/jenkins/test.sh --testcase e2e --registry ${DOCKER_REGISTRY} --testbed-type jumper
- builder:
name: builder-conformance-jumper
Expand Down

0 comments on commit dd2529d

Please sign in to comment.