Zbynek Konecny

Results 71 comments of Zbynek Konecny

In case it's still relevant: you can access extra arguments by calling `Js.arguments()`. Alternatively you can define your own class for the promise, similar to `elemental2.promise.Promise`, but change `CatchOnRejectedCallbackFn` to...

@vasvir my experience with elemental2 is limited to submitting one minor PR, but building worked fine for me... It seems you're getting a 401 error for https://github.com/google/j2cl/archive/master.zip which could be...

@ritazh any plans on merging this?

This (+ some unrelated code cleanup) was already proposed in https://github.com/CatalystCode/windows-registry-node/pull/62

For the record the changes mentioned above are part of #60

@halkeye @daniel-beck should we add an override for those to point to their GitHub repo? That can't make things worse... :shrug: I can create a follow-up PR for that.

PR for h2-api was merged https://github.com/jenkinsci/h2-api-plugin/pull/2 by @cyrille-leclerc, pipeliine-timeline was updated here https://github.com/jenkinsci/pipeline-timeline-plugin/commit/74bd51eace45008ebb4f3609f71bf0753dec8658, pipeline-restful-api here https://github.com/jenkinsci/pipeline-restful-api-plugin/commit/ed72eaa6ffadc4eb6f707e295e5172b5e92c99cd -- none of them released

Hi! First of all thanks for the PR and sorry for the long delay. Could you please describe the use-case in more detail? Normally a user would select the object(s),...

It seems the only thing you need is `~/.jenkins-ci.properties` file with your credentials: https://github.com/jenkinsci/gradle-jpi-plugin/blob/c583e653e7da139d99d66179ee388b7bc5d19518/src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy#L211

> The suggested docker image doesn't include a JDK The image is built from a Dockerfile that clearly includes JDK (https://github.com/jenkinsci/docker-ssh-agent/blob/master/11/alpine/Dockerfile#L23 ) -- maybe there is some other problem preventing...