Skip to content

Commit

Permalink
try cloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Sep 3, 2024
1 parent f79f8e6 commit de93e0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node('sumaform-cucumber-provo') {
disableConcurrentBuilds(),
pipelineTriggers([cron('H H/4 * * *')]),
parameters([
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/uyuni-project/uyuni.git', description: 'Testsuite Git Repository'),
string(name: 'cucumber_ref', defaultValue: 'master', description: 'Testsuite Git reference (branch, tag...)'),
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/mcalmer/uyuni.git', description: 'Testsuite Git Repository'),
string(name: 'cucumber_ref', defaultValue: 'fix-uyuni-cloud', description: 'Testsuite Git reference (branch, tag...)'),
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/Uyuni-Master-AWS.tf', description: 'Path to the tf file to be used'),
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
Expand Down

0 comments on commit de93e0b

Please sign in to comment.