-
-
Notifications
You must be signed in to change notification settings - Fork 80
[JENKINS-49635] VirtualFile support #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e53c48e
[JENKINS-49635] Added DirectArtifactManagerFactory test utility.
jglick 2dd13bc
Working on ArtifactManagerTest.
jglick f06ee84
Rudimentary tests of VirtualFile.list overloads.
jglick 98fef1a
Support stashes with remote artifact managers.
jglick 5b86b27
Updates.
jglick 4be635c
@oleg-nenashev suggests a fuller envFor implementation.
jglick 2e6480b
Emphasizing that launcherFor and envFor are only called from deprecat…
jglick 02f4e4d
Also testing toExternalURL.
jglick 25bf80d
Strengthening test to cover stash & artifact deletion.
jglick afe16e3
Working on tests.
jglick ffcf02c
More tests.
jglick 979b266
More tests.
jglick 8fb822a
Stronger tests.
jglick 3b63b81
More streamlined assertion of file contents.
jglick 1da7d9a
Allow callers to decide whether to test weird characters or not.
jglick bcef72c
assertNonexistent
jglick ee7386f
Also testing VirtualFile.run(Callable) overrides.
jglick cb9e41e
useBeta
jglick 70472c4
Mark StashAwareArtifactManager as beta for now, too.
jglick e29a3de
Testing toExternalURL rather than asRemotable.
jglick 9003240
Picking up https://github.com/jenkinsci/plugin-pom/pull/98.
jglick 915f652
Run artifact upload and download operations using a Dockerized agent …
jglick bb4098a
Porting https://github.com/jglick/workflow-api-plugin/pull/1 by @carl…
jglick bfe1842
Nonsensical to build against 2.89 when the baseline is a trunk snapshot.
jglick 17887af
As with DockerClassRule, it seems necessary to be calling Docker.buil…
jglick dfea773
docker-fixtures 1.7
jglick 54f2a2a
Merge branch 'master' into VirtualFile-JENKINS-49635
jglick 395471c
Updated.
jglick f5cebc7
Merge branch 'master' into VirtualFile-JENKINS-49635
jglick 44bc998
jenkins.version=2.118
jglick 0675e9e
Preparing for Incrementals.
jglick 77c72ff
Picking up https://github.com/jenkinsci/plugin-pom/pull/105.
jglick 8e8a4c1
[JENKINS-51187] Moving git-changelist-maven-extension into incrementa…
jglick 67900f6
Updates.
jglick 8abe7c5
Incrementals tweaks, and may as well use an actual LTS baseline.
jglick 1dfffb2
Split tests so implementations can choose
carlossg 0cc8c11
Use lambdas
carlossg aa3ab38
Improve javadoc for test methods
carlossg 90cc5dc
The standard manager does implement delete, so meant to call artifact…
jglick d37cbf7
Improved Javadoc for ArtifactManagerTest.
jglick e9b9e06
Improving DirectArtifactManagerFactory to serve actual HTTP URLs.
jglick 175399c
Javadoc improvements.
jglick afd2797
Clarifying the expected usage of StashAwareArtifactManager.
jglick ebc0383
Merge branch 'incrementals' into VirtualFile-JENKINS-49635
jglick e54f030
More info on JCloudsArtifactManager.
jglick 72d360f
Merge branch 'master' into VirtualFile-JENKINS-49635
jglick ea15b85
More strongly worded message.
jglick 5b88a0d
Javadocs clarification
svanoort 11b84be
Merge pull request #3 from svanoort/remote-docs
jglick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jglick This is still not what we had discussed.