It turns out my pipeline uses another internal jenkins pipeline library via @Library('xxxx@0.0.1') _
this is why it bails. I think the jenkins library tag should be influenced external upstream job git params is it a bug I should file? Thanks -Dan On Wednesday, April 26, 2017 at 9:45:35 AM UTC-7, Dan Tran wrote: > > My apology for the incompleteness > > Here are my build info > > * 2 jobs configure with same git repo same branch ( master) > * First job ( freestyle) triggers 2nd job with Build Trigger Parameters > and passing over 'Pass thru git commit that was built' > > exception: > > Checking out Revision ff5e8f0a7ee15cbbf65c1fbb8a4c91fdd0451bd1 > (refs/remotes/origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f ff5e8f0a7ee15cbbf65c1fbb8a4c91fdd0451bd1 > hudson.plugins.git.GitException: Could not checkout > ff5e8f0a7ee15cbbf65c1fbb8a4c91fdd0451bd1 > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2141) > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1155) > at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:109) > at > org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.doRetrieve(SCMSourceRetriever.java:108) > at > org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:84) > at > org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:150) > at > org.jenkinsci.plugins.workflow.libs.LibraryAdder.add(LibraryAdder.java:131) > at > org.jenkinsci.plugins.workflow.libs.LibraryDecorator$1.call(LibraryDecorator.java:114) > at > org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1053) > at > org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:591) > at > org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:569) > at > org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:546) > at > groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298) > at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268) > at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688) > at groovy.lang.GroovyShell.parse(GroovyShell.java:700) > at > org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:116) > at > org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:430) > at > org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:393) > at > org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:238) > at hudson.model.ResourceController.execute(ResourceController.java:98) > at hudson.model.Executor.run(Executor.java:404) > Caused by: hudson.plugins.git.GitException: Command "git checkout -f > ff5e8f0a7ee15cbbf65c1fbb8a4c91fdd0451bd1" returned status code 128: > stdout: > stderr: fatal: reference is not a tree: > ff5e8f0a7ee15cbbf65c1fbb8a4c91fdd0451bd1 > > > > -D > -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7206ee74-ae43-41bc-83ef-a72f7ad2e19b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.