Skip to content

Commit ee89945

Browse files
committed
fix PR artifacts url
1 parent 7308946 commit ee89945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PharoLauncher-Core/PhLImageFinder.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ PhLImageFinder >> pullRequest: aString [
163163
{ #category : #private }
164164
PhLImageFinder >> pullRequestBuildArtifactsUrlString [
165165

166-
^ 'https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/view/change-requests/job/PR-{1}/lastSuccessfulBuild/artifact/bootstrap-cache/'
166+
^ 'https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/view/change-requests/job/PR-{1}/lastSuccessfulBuild/artifact/build/bootstrap-cache/'
167167
format: { self pullRequest }
168168
]
169169

src/PharoLauncher-Tests-Download/PhLImageFinderTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PhLImageFinderTest >> testShouldGetTemplateUrlWhenValidPullRequestNumber [
5252

5353
self
5454
assert: url path
55-
equals: 'pharo-ci-jenkins2/job/Test pending pull request and branch Pipeline/view/change-requests/job/PR-10553/lastSuccessfulBuild/artifact/bootstrap-cache/Pharo10.0-PR-64bit-5ce32be.zip'
55+
equals: 'pharo-ci-jenkins2/job/Test pending pull request and branch Pipeline/view/change-requests/job/PR-10553/lastSuccessfulBuild/artifact/build/bootstrap-cache/Pharo10.0-PR-64bit-5ce32be.zip'
5656
]
5757

5858
{ #category : #tests }

0 commit comments

Comments
 (0)