From 80608d4754752d7429a643715225fa30f84d0af0 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 13 Aug 2024 11:31:16 +0200 Subject: [PATCH] test e2e on load cluster --- alfa-client/apps/alfa-e2e/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile b/alfa-client/apps/alfa-e2e/Jenkinsfile index 11b8cc2932..86edbcb6fa 100644 --- a/alfa-client/apps/alfa-e2e/Jenkinsfile +++ b/alfa-client/apps/alfa-e2e/Jenkinsfile @@ -464,7 +464,7 @@ Boolean hasUnpushedCommits() { Void checkoutGitopsE2eBranch() { dir('gitops') { - sh 'git checkout load' + sh 'git checkout lasttest' } } -- GitLab