Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Quickfix: fix url to branch repository
Browse files Browse the repository at this point in the history
Pick branch name from environment variable
Fix the version to 5 to match current CaaSP version.

Signed-off-by: Pablo Chacin <pchacin@suse.com>
  • Loading branch information
Pablo Chacin committed Jun 25, 2020
1 parent ed50473 commit 768bbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/jenkins/pipelines/skuba-e2e-test.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ node('caasp-team-private-integration') {
}

if (env.REPO_BRANCH != ""){
branch_repo = "http://download.suse.de/ibs/Devel:/CaaSP:/${repo_version}:/Branches:/${branch_name}/SLE_15_SP2"
branch_repo = "http://download.suse.de/ibs/Devel:/CaaSP:/5:/Branches:/${env.REPO_BRANCH}/SLE_15_SP2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions ci/jenkins/templates/e2e-dev-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
- string:
name: REPO_BRANCH
default: ''
description: repository branch used for skuba packages
pipeline-scm:
description: Branch of the CaaSP repository used for packages and images
pipeline-scm:
scm:
- git:
url: 'https://github.com/{repo-owner}/{repo-name}.git'
Expand Down

0 comments on commit 768bbbc

Please sign in to comment.