Alex Barker

Results 26 comments of Alex Barker

Incredible that this hasn't been solved yet. It's just a one liner and would resolve so much pain! As @yfilali states just replace the following [here](https://github.com/HubSpot/pace/blob/a03f1f1de62c9cea6c88b2267b8d7a83858b6cb6/pace.js#L924-L926): ``` define(['pace'], function() {...

Just realized that `HookCallback` expects a function that returns `Promise | void`, however in the linked example that it seems you can return a value when `callHook` resolves. ```typescript export...

@pi0 any feedback would be most appreciated 🙂

Also I have noticed that although my JetBrains IDE seems to think that `callHook` always returns a Promise, this is simply not the case. I get this message: ![image](https://user-images.githubusercontent.com/34715541/145067869-cc3f5787-f043-4993-a3dd-fa9dd7347e95.png) However...

Any updates here? Would be great to use this plugin. Is there any other way to currently use `pack` CLI and `jenkins` to run tests within a built docker container?

@jromero I want to try option 2. as you mentioned above by using `pack` on our build agents. How would that play together with the rest of jenkins... could I...

> @abarke At this point, we actually publish a docker image with pack (https://hub.docker.com/r/buildpacksio/pack), which should at least help with this. sounds promising... do you have a workflow documentation to...

@dfreilich I logged into that forum using the first link but there is no way I can see to reply to that thread. I will however post a message in...

Are there any efforts to create a jenkins plugin currently?