Skip to content

Instantly share code, notes, and snippets.

@xcoulon
Created June 17, 2016 07:53
Show Gist options
  • Save xcoulon/04aa3c88521ce51ba0da2928dfc7e19e to your computer and use it in GitHub Desktop.
Save xcoulon/04aa3c88521ce51ba0da2928dfc7e19e to your computer and use it in GitHub Desktop.
OpenShift Build kitchensink-html5-mobile/pipeline-1 from https://github.com/xcoulon/kitchensink-html5-mobile.git
OpenShift Build kitchensink-html5-mobile/pipeline-1 from https://github.com/xcoulon/kitchensink-html5-mobile.git
Cloning the remote Git repository
Cloning repository https://github.com/xcoulon/kitchensink-html5-mobile.git
> git init /var/lib/jenkins/jobs/pipeline/workspace@script # timeout=10
Fetching upstream changes from https://github.com/xcoulon/kitchensink-html5-mobile.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/xcoulon/kitchensink-html5-mobile.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/xcoulon/kitchensink-html5-mobile.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/xcoulon/kitchensink-html5-mobile.git # timeout=10
Fetching upstream changes from https://github.com/xcoulon/kitchensink-html5-mobile.git
> git -c core.askpass=true fetch --tags --progress https://github.com/xcoulon/kitchensink-html5-mobile.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 104edf8fe72a753b6465de1cb4e4a1ceeea5b557 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 104edf8fe72a753b6465de1cb4e4a1ceeea5b557
First time build. Skipping changelog.
[Pipeline] node
Running on d9c38a7044e in /opt/app-root/jenkins/workspace/pipeline
[Pipeline] {
[Pipeline] stage (Checkout)
Entering stage Checkout
Proceeding
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (org.jenkinsci.plugins.workflow.cps.CpsClosure2.scm)
at org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.StaticWhitelist.rejectMethod(StaticWhitelist.java:155)
at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.rejectField(SandboxInterceptor.java:186)
at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:172)
at org.kohsuke.groovy.sandbox.impl.Checker$4.call(Checker.java:153)
at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:150)
at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:23)
at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:17)
at WorkflowScript.run(WorkflowScript:4)
at ___cps.transform___(Native Method)
at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:62)
at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
at com.cloudbees.groovy.cps.Next.step(Next.java:58)
at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:154)
at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33)
at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30)
at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:106)
at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30)
at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:164)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:276)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$000(CpsThreadGroup.java:78)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:185)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:183)
at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:47)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment