File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
PharoLauncher-Tests-Download Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ PhLImageFinder >> pullRequest: aString [
163163{ #category : #private }
164164PhLImageFinder >> 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments