I am new to Jenkins and have been building projects fine for the past week. However, this just started today in the very beginning where Jenkins is querying Perforce for changes. I am using the Perforce Plugin for this. I get an exception and the build crashes. See the exception below and let me know if there is anything I can do.
Building in workspace C:\Program Files (x86)\Jenkins\workspace\gtsuite750 Using master perforce client: gtsuite_jenkins_v7.4.x [gtsuite750] $ P4 workspace -o gtsuite_jenkins_v7.4.x 'Don't update client' is set. Not saving the client changes. Last build changeset: 176777 [gtsuite750] $ P4 changes -s submitted -m 1 //gtsuite_jenkins_v7.4.x/... [gtsuite750] $ P4 -s changes -s submitted //gtsuite_jenkins_v7.4.x/...@176778,@176802 [gtsuite750] $ P4 describe -s 176802 [gtsuite750] $ P4 -G where //... [gtsuite750] $ P4 describe -s 176801 [gtsuite750] $ P4 describe -s 176800 [gtsuite750] $ P4 describe -s 176799 [gtsuite750] $ P4 describe -s 176797 [gtsuite750] $ P4 describe -s 176790 [gtsuite750] $ P4 describe -s 176788 [gtsuite750] $ P4 describe -s 176787 FATAL: No match foundjava.lang.IllegalStateException <http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>: No match found at java.util.regex.Matcher.group(Unknown Source) at hudson.plugins.perforce.PerforceSCMHelper.doMapping(PerforceSCMHelper.java:240) at hudson.plugins.perforce.PerforceSCMHelper.mapToWorkspace(PerforceSCMHelper.java:189) at com.tek42.perforce.parse.Changes.getWorkspacePathForFile(Changes.java:98) at com.tek42.perforce.parse.Changes.calculateWorkspacePaths(Changes.java:92) at com.tek42.perforce.parse.Changes.getChangelist(Changes.java:74) at com.tek42.perforce.parse.Changes.getChangelistsFromNumbers(Changes.java:433) at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:947) at hudson.model.AbstractProject.checkout(AbstractProject.java:1408) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1603) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:247) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
