File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66load test_helpers
77
88SUT_DESCRIPTION=" docker bake"
9- JENKINS_LTS_VERSION =" 2.504.3"
9+ LTS_JENKINS_VERSION =" 2.504.3"
1010
1111@test " [${SUT_DESCRIPTION} : tags] Default tags unchanged" {
1212 assert_matches_golden expected_tags make --silent tags
@@ -15,7 +15,7 @@ JENKINS_LTS_VERSION="2.504.3"
1515 assert_matches_golden expected_tags_latest_weekly make --silent tags LATEST_WEEKLY=true
1616}
1717@test " [${SUT_DESCRIPTION} : tags] Latest LTS tags unchanged" {
18- assert_matches_golden expected_tags_latest_lts make --silent tags LATEST_LTS=true JENKINS_VERSION=" ${JENKINS_LTS_VERSION } "
18+ assert_matches_golden expected_tags_latest_lts make --silent tags LATEST_LTS=true JENKINS_VERSION=" ${LTS_JENKINS_VERSION } "
1919}
2020
2121@test " [${SUT_DESCRIPTION} : platforms] Platforms per target unchanged" {
You can’t perform that action at this time.
0 commit comments