-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(AritfactDeployer): Record deployments for use in plugins and via API #63
base: master
Are you sure you want to change the base?
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a526301 - Browse repository at this point
Copy the full SHA a526301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4dcd5 - Browse repository at this point
Copy the full SHA 5c4dcd5View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2248d25 - Browse repository at this point
Copy the full SHA 2248d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a7cea - Browse repository at this point
Copy the full SHA 61a7ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e259c42 - Browse repository at this point
Copy the full SHA e259c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3350640 - Browse repository at this point
Copy the full SHA 3350640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d75815 - Browse repository at this point
Copy the full SHA 8d75815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df9dde - Browse repository at this point
Copy the full SHA 8df9ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7913f29 - Browse repository at this point
Copy the full SHA 7913f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 704bd63 - Browse repository at this point
Copy the full SHA 704bd63View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5f9119 - Browse repository at this point
Copy the full SHA c5f9119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46de51c - Browse repository at this point
Copy the full SHA 46de51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e71d10 - Browse repository at this point
Copy the full SHA 6e71d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51aaf74 - Browse repository at this point
Copy the full SHA 51aaf74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7290771 - Browse repository at this point
Copy the full SHA 7290771View commit details
Commits on Aug 11, 2023
-
Record artifact deployments in an action on the build.
This allows programmatic access to the maven metadata and the download url.
Configuration menu - View commit details
-
Copy full SHA for c4c2cfb - Browse repository at this point
Copy the full SHA c4c2cfbView commit details -
Updated jenkins version (and related plugins) to 2.346.1
Running the tests was failing under JDK 17, so the test harness (brought in by the bom and parent plugin) needed to be updated. After the update, the TokenMacro tests failed until slightly bumping the token-macro dep.
Configuration menu - View commit details
-
Copy full SHA for 7e5737d - Browse repository at this point
Copy the full SHA 7e5737dView commit details -
Remove non-existant key from test resource project
credentialsId is defined on the repository (referenced by repositoryId), not on the ArtifactDeployer.
Configuration menu - View commit details
-
Copy full SHA for 81d6c2a - Browse repository at this point
Copy the full SHA 81d6c2aView commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3018665 - Browse repository at this point
Copy the full SHA 3018665View commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e853443 - Browse repository at this point
Copy the full SHA e853443View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3913f7 - Browse repository at this point
Copy the full SHA d3913f7View commit details -
The artifact/metadata file is a tmp file that has no bearing on what gets deployed
Configuration menu - View commit details
-
Copy full SHA for 795d114 - Browse repository at this point
Copy the full SHA 795d114View commit details -
Use repositoryLayout to generate the artifact downloadUrl
the local path does not have the deployed file name
Configuration menu - View commit details
-
Copy full SHA for 2992653 - Browse repository at this point
Copy the full SHA 2992653View commit details
Commits on Aug 30, 2023
-
Use repositoryLayout to generate the artifact downloadUrl
the previous attempt could not relativize the paths because they are both "absolute".
Configuration menu - View commit details
-
Copy full SHA for 7f03b6b - Browse repository at this point
Copy the full SHA 7f03b6bView commit details -
Move repositoryLayout calc to fix action serialization
The action class needs to be serializable, but RepositoryLayoutProvider is not. So, move the responsibility up into the recorder.
Configuration menu - View commit details
-
Copy full SHA for 58f10f0 - Browse repository at this point
Copy the full SHA 58f10f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c3bc2 - Browse repository at this point
Copy the full SHA e2c3bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f203f8 - Browse repository at this point
Copy the full SHA 7f203f8View commit details -
Update Metadata deployment URL calculation
use basically the same logic as Artifact.
Configuration menu - View commit details
-
Copy full SHA for a775501 - Browse repository at this point
Copy the full SHA a775501View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 562cc83 - Browse repository at this point
Copy the full SHA 562cc83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362bce3 - Browse repository at this point
Copy the full SHA 362bce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb8451 - Browse repository at this point
Copy the full SHA 8bb8451View commit details -
no need to pass in the session since it is already passed as part of the event
Configuration menu - View commit details
-
Copy full SHA for aa521ac - Browse repository at this point
Copy the full SHA aa521acView commit details