Ken Hiatt

Results 4 comments of Ken Hiatt

Can you `vagrant ssh` to any of the boxes? Does the file `~/.vagrant.d/insecure_private_key` exist and does it have an RSA private key?

If I'm reading the what the package is doing correctly, you probably want something more like: ```python def run_pipe(project, pipe_id): run_params = { 'variables': { 'var_test': 'abc' } } pipeline_client...

Looks like this was fixed with PR #355 quite some time ago. I'll try it tomorrow and verify that it now supports both template params and variables correctly and post...

This also occurs when using multiple `${{ inserts }}` and other items that are preprocessed like: ```yaml parameters: # pass along parameters ${{ insert }}: ${{ parameters }} ${{ insert...