-
Notifications
You must be signed in to change notification settings - Fork 168
Merge pull request #190 from jenkinsci/users/kej/updateChangesetURL #191
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
Open
dado3310
wants to merge
44
commits into
users/kej/updateChangesetURL
Choose a base branch
from
master
base: users/kej/updateChangesetURL
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Users/kej/update changeset url
* TfsUserLookup.find: fix logging message Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> * tfs: use owner instead of commiter as author It is not uncommon to have automatic processes to merge between branches, run validation before submission, etc. When that happens, the submitter may be different than the owner (the submitter tends to be an account used for automation). In those cases, the Jenkins UI will show the same name for all commits. Use owner name instead, as it better reflects the name of the person that authored the commit. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
* Change configuration ways in Trigger release in TFS/Team Service * Finish archive logs from VSTS * Update help file for ReleaseManagementCI * Remove wildcard * Add timeout check and allow empty username * Remove archive logs and add a log link * Rename log to release * Delete releaseDetails * Add logs * Change back new line * Add logs
* Adding the UI for mapped paths * Pushing the mapped paths to the WorkspaceConfiguration * Updating the functions for getting history from TFS paths * The local part of the mapped path may be unspecified. * Checking out with mapped paths * Fixing issues due to rebase * Adding a test case to verify that deserialization with a TFS path only works. * The mapped path may not be specified in some cases in which case we just translate the TFS path. Upon deserialization we should make sure not to try and read the mapped path if it doesn't exist
… otherwise same version is applied for all the available artifacts. (#198)
* updating authors list * updated correct timezone
To release 5.139.0 version
…#207) * bumping version to 5.139.2. Added missing SNAPSHOT keyword in version * minor fix
* RM WebHook changes.
* Adding release webhook configuration to global configuration * Fixed casing in the url
* Reduce code duplication and make PR feedback functional Deduplicate code paths used for feeding back status to VSTS/TFS. Further, set the "name" and "genre" fields to sane values: VSTS uses these fiels for configuration of branch policies. Empty strings are not permitted, thus this feature was broken on the part of tfs-plugin. Use the Jenkins root-URL as 'genre' and the job-name as 'name'. * Abort running build if a Pull-Request triggers a job If a Service Hook triggers a job, cancel all running builds with the same build cause.
* Prepare for release 5.157.0 * update poms
Includes handle changes for keljos and jpricket
…for projects under the folder (#231)
The payload checksum was calculated after converting to UTF-8 string. If we don't convert the payload as well, the checksum won't match.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Users/kej/update changeset url