Change | User | Description | Committed |
---|---|---|---|
31377 | Sandeep Kumar | Fix random failures in the PollingTest. | 17 days ago |
30466 | Sandeep Kumar | Merge pull request #209 from jenkinsci/skumar_jenkinsfilePath JENKINSFILE_PATH env vari...able should be available outsite the pipeling tag in jenkins file. « |
9 months ago |
30260 | Sandeep Kumar | Update Parent Pom. | 12 months ago |
30143 | Sandeep Kumar |
Merge pull request #[197] from [skumar7322/SwarmAPI] Change Swarm API version to v11 |
about a year ago |
29869 | Sandeep Kumar | Move test from PerforceSCMSourceTest. Ignore NoSuchFileException As newer release of comm...ons.io will use this exception when file is not found. « |
about a year ago |
29868 | Sandeep Kumar | Merge pull request #196 from jenkinsci/StreamAtChange Add stream at change in StreamWor...kspace and P4Sync « |
about a year ago |
29867 | Sandeep Kumar | Move test to different CheckoutTest. | about a year ago |
29848 | Sandeep Kumar | Merge pull request #195 from jenkinsci/StreamAtChange Support StreamAtChange for Manual...Workspace. « |
about a year ago |
29829 | Sandeep Kumar | PerforceScm does not override equals method. So comparing will give different result ever...y time. Replace equals with instanceof « |
about a year ago |
29812 | Sandeep Kumar | Merge pull request #[178] from [joel-f-brown:masterp] Do not call "p4 counter " when th...e value is an integer as the helix core server does not allow integer counters. In isCounter() method, check for all digits early. If all digits, return false. « |
2 years ago |
29809 | Sandeep Kumar | Increase timeout to fix test failures on Windows machine. | 2 years ago |
29794 | Paul Allen | Merge pull request #191 from jenkinsci/PollingToLatest Add new feature to detect change b...eyond pinned changelist and trigger the build. « |
2 years ago |
29673 | Sandeep Kumar |
Merge pull request #188 from jenkinsci/CodeRefactoring Code Cleanup |
2 years ago |
29476 | Paul Allen | Merge pull request #174 from skumar7322/UpdateJenkins346 Update Jenkins Version to 2.34...6.3 « |
2 years ago |
29472 | Paul Allen | Merge pull request #173 from skumar7322/TemplateWorkspaceIssue. Polling should not... set client root to Null. JENKINS-59300 « |
2 years ago |
29411 | Paul Allen | Merge pull request #171 from skumar7322/SecurityPatch Security Patch : Update Jenkins V...ersion and Other Dependencies « |
2 years ago |
29321 | Paul Allen | Merge pull request #165 from skumar7322/UnshelveIssue Unable to unshelve change: java.l...ang.IllegalStateException: Expected 1 instance of hudson.model.User$AllUsers but got 0 JENKINS-69172 When unshelve task is executed on a slave node, then Jenkins.getInstance() can not be used, hence no user is found while updating the changelog. « |
2 years ago |
29258 | Paul Allen | Merge pull request #164 from skumar7322/master Added Test Case for PR:https://github.co...m/jenkinsci/p4-plugin/pull/157 « |
2 years ago |
29235 | Paul Allen |
Merge pull request #163 from skumar7322/master Added test case for PR160. |
2 years ago |
29213 | Paul Allen | Merge pull request #159 from joel-f-brown/bugsView For ManualWorkspace views from a file,... construct RHS if missing. « |
2 years ago |
28967 | Paul Allen | Avoid local test failures by setting P4IGNORE. | 3 years ago |
28889 | Paul Allen | Merge pull request #148 from skumar7322/JENKINS_38781_UnshelveIssue JENKINS-38781 : p4... unshelve not updating « |
3 years ago |
28865 | Paul Allen | Merge pull request #146 from skumar7322/dependencyUpdate Update Jenkins version to 2.13...8.4 « |
3 years ago |
28786 | Paul Allen | Merge pull request #133 from nephre/force_sync_when_p4cleanworkspace Force sync and pop...ulate have list on P4_CLEANWORKSPACE « |
3 years ago |
28735 | Paul Allen | Merge pull request #142 from skumar7322/branchIndexing JENKINS-64946 : Branch indexing... occurring for every multibranch job « |
3 years ago |
28508 | Paul Allen | Cache P4TICKET in session. Session cache now keyed on Credential ID and stores: User, Ex...piry time and Ticket. « |
3 years ago |
28495 | Paul Allen |
Extend delay between running both Jobs. Windows seems to miss the second job. |
3 years ago |
28492 | Paul Allen |
Fix Workflow test JenkinsRule. The @Rule 'jenkins' must not be static. |
3 years ago |
28491 | Paul Allen |
Run each test in a new Jenkins instance. Slower, but might prevent failures on Windows |
3 years ago |
28490 | Paul Allen |
Reuse Jenkins Server for slower tests. Change slower tests to use ClassRule. |
3 years ago |
28489 | Paul Allen | Extend JenkinsRule timeout. Wrap JenkinsRule and for problematic tests on Windows extend... the timeout to 7mins. « |
3 years ago |
28464 | Paul Allen | Formalise user session cache. Added Jelly options to Global Configuration. User ca...che is disabled by default. Ticket Minimum life is set to 30 minutes. JENKINS-60141 « |
3 years ago |
28460 | Paul Allen | Session cache to track ticket time. Initial design to reduce 'p4 login -s' calls with u...ser session cache to track ticket time. « |
3 years ago |
28015 | Paul Allen | MultiBranch exclude filter. A regular expression exclude filter for Swarm branches, Stre...am names and Branch paths. JENKINS-58346 JENKINS-63625 « |
4 years ago |
28008 | Paul Allen | Merge pull request #129 from nephre/polling_per_change Add support for controlling poll...ing per change filter behavior with build parameter. JENKINS-66169 « |
4 years ago |
27924 | Paul Allen | Merge pull request #128 from bsmoyers/poll-at-counter allow polling scm when populate o...ptions in job are set to pin to counter name in addition to changelist or label « |
4 years ago |
27675 | Paul Allen | Substitute missing Axes for Key Name. Added useKey option to substitute empty keys in cli...ent views, depot paths and stream paths. JENKINS-55985 « |
4 years ago |
27494 | Paul Allen | Added test for Latest Change polling filter. | 4 years ago |
26955 | Paul Allen | Merge pull request #125 from dvilaverde/master Add ContributorMetadataAction to SwarmSc...mSource to enable CHANGE_AUTHOR env variable in build « |
4 years ago |
26860 | Paul Allen |
Global option to include changes since last successful build. JENKINS-64030 |
4 years ago |
26673 | Paul Allen | Code cleanup - remove calls to Deprecated methods - Deprecated classes like AbstractStep...Impl, AbstractStepDescriptorImpl and AbstractSynchronousStepExecution for P4TaggingStep « |
5 years ago |
26640 | Paul Allen | Tick interval message to prevent timeout. An advanced setting in the Credential sets a... 'tick' interval to print out a 'waiting' message to the log during long running commands. The value needs to be less than 30,000ms to avoid Jenkins automatic disconnect. JENKINS-58161 « |
5 years ago |
26617 | Paul Allen | Prevent `ssl:` string from appearing in the P4PORT Jelly field. Jelly uses getP4port()... method for binding the fields; adding the ssl prefix was causing issues. JENKINS-63246 « |
5 years ago |
26616 | Paul Allen | Upgrade P4Java to 2020.1.1989745 Includes fixes for P4IGNORE, reconcile flags and perfo...rmance improvments for ExtendedFileSpec operations. Fix tests: must set stream owner and user alternative p4ignore. JENKINS-59922 JENKINS-39094 JENKINS-51192 « |
5 years ago |
26603 | Paul Allen | Merge pull request #119 from joel-f-brown/master Add virtual stream detection for Multi...Branch pipeline. JENKINS-62699 « |
5 years ago |
26585 | Paul Allen |
Use a TempClientHelper to map the P4Path and then check for changes. JENKINS-62259 |
5 years ago |
26359 | matthew_smeeth | Removed "isSsl()" method from P4Credentials due to it causing an issue with JCasC plugin. ... JENKINS-58249 « |
5 years ago |
26263 | Paul Allen | Merge pull request #115 from nwillems/viewmaphelper-test Allow spacing around viewmapping...s « |
5 years ago |
26211 | Paul Allen | Merge pull request #113 from jenkinsci/msmeeth-master Fix for JENKINS-59484: EXECUTOR_N...UMBER is always expanded to '0' in workspace name when checking out with Perforce to a subdirectory « |
5 years ago |
26163 | Paul Allen | Pre-load build environment. buildEnvironment() is called by Jenkins and tagAction may no...t be set - so use old pre-load behaviour. JENKINS-60074 « |
5 years ago |