Skip to content

Commit af5fa56

Browse files
authoredJan 21, 2025··
fix: update pipeline template version to latest [5] (#3267)
1 parent 38f0712 commit af5fa56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎features/pipeline-templates.feature

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,26 @@ Feature: Pipeline Templates
9696
| test-distrusted-pipeline-template | distrusted | publish-distrusted |
9797

9898
Scenario: Use pipeline template
99-
Given a "third" pipeline using a "test-pipeline-template" @ "1.0.0" pipeline template
99+
Given a "third" pipeline using a "test-pipeline-template" @ "latest" pipeline template
100100
When user starts the job that uses pipeline template
101101
And the pipeline executes what is specified in the pipeline template
102102

103103
Scenario: Pipeline shared config takes precedence over template config
104-
Given a "fourth" pipeline using a "test-pipeline-template" @ "1.0.0" pipeline template
104+
Given a "fourth" pipeline using a "test-pipeline-template" @ "latest" pipeline template
105105
And user defined shared settings
106106
And the pipeline template has overwritten shared settings
107107
When user starts the job that uses pipeline template
108108
Then job settings are the template command
109109

110110
Scenario: Pipeline exists job config takes precedence over template config
111-
Given a "fifth" pipeline using a "test-pipeline-template" @ "1.0.0" pipeline template
111+
Given a "fifth" pipeline using a "test-pipeline-template" @ "latest" pipeline template
112112
And user defined exists jobs settings
113113
And the pipeline template has overwritten jobs settings
114114
When user starts the job that uses pipeline template
115115
Then job settings are the user command
116116

117117
Scenario: Pipeline user defined job config takes precedence over template config
118-
Given a "sixth" pipeline using a "test-pipeline-template" @ "1.0.0" pipeline template
118+
Given a "sixth" pipeline using a "test-pipeline-template" @ "latest" pipeline template
119119
And user defined additional jobs settings
120120
And the pipeline template has additional jobs settings
121121
When user starts the additional job that uses pipeline template

0 commit comments

Comments
 (0)
Please sign in to comment.