Branch: refs/heads/master Home: https://github.com/jenkinsci/p4-plugin Commit: c930ab5ea1dcb3d9459d963a21f63cd701d97aaa https://github.com/jenkinsci/p4-plugin/commit/c930ab5ea1dcb3d9459d963a21f63cd701d97aaa Author: skumar <sku...@perforce.com> Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths: M src/main/java/org/jenkinsci/plugins/p4/tasks/UnshelveTask.java M src/main/java/org/jenkinsci/plugins/p4/unshelve/UnshelveBuilder.java M src/test/java/org/jenkinsci/plugins/p4/scm/PerforceSCMSourceTest.java Log Message: ----------- Fix for: https://issues.jenkins.io/browse/JENKINS-69172 Unable to unshelve change: java.lang.IllegalStateException: Expected 1 instance of hudson.model.User$AllUsers but got 0 When unshelve task executed on a slave node, then Jenkins.getInstance() can not be used, hence no user found while updating the changelog. Changelog will get updated once build is successful. Commit: 0e46423987596343e54aa3c8725567d65c174dfc https://github.com/jenkinsci/p4-plugin/commit/0e46423987596343e54aa3c8725567d65c174dfc Author: Paul Allen <pal...@perforce.com> Date: 2022-12-20 (Tue, 20 Dec 2022) Changed paths: M src/main/java/org/jenkinsci/plugins/p4/tasks/UnshelveTask.java M src/main/java/org/jenkinsci/plugins/p4/unshelve/UnshelveBuilder.java M src/test/java/org/jenkinsci/plugins/p4/scm/PerforceSCMSourceTest.java Log Message: ----------- Merge pull request #165 from skumar7322/UnshelveIssue Fix for: Unable to unshelve change: java.lang.IllegalStateException: Expected 1 instance of hudson.model.User$AllUsers but got 0 Compare: https://github.com/jenkinsci/p4-plugin/compare/99904e70b0a0...0e4642398759 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/p4-plugin/push/refs/heads/master/99904e-0e4642%40github.com.