Skip to content

Commit

Permalink
Include dummy image_version to make the downstream trigger not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tcassaert committed Sep 19, 2024
1 parent 1b93ef2 commit 166f401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ pipeline {
EXTRAS_REQUIRE = "${extras_require}"
SYSTEM_SITE_PACKAGES = "nope"
}

parameters {
string(name: 'image_version', defaultValue: '')
}
options {
// Disable default checkout to have more control over checkout step
skipDefaultCheckout(true)
Expand Down

0 comments on commit 166f401

Please sign in to comment.