Skip to content

Commit

Permalink
update e2e-testing main branch (#29527) (#29545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 20, 2021
1 parent a6794f1 commit 718009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def e2e_with_entrypoint(Map args = [:]) {
def dockerLogFile = "docker_logs_${entrypoint}.log"
dir("${env.WORKSPACE}/src/github.com/elastic/e2e-testing") {
// TBC with the target branch if running on a PR basis.
git(branch: 'master', credentialsId: '2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken', url: 'https://github.com/elastic/e2e-testing.git')
git(branch: 'main', credentialsId: '2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken', url: 'https://github.com/elastic/e2e-testing.git')
if(isDockerInstalled()) {
dockerLogin(secret: "${DOCKER_ELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
}
Expand Down

0 comments on commit 718009f

Please sign in to comment.