dddomin3 / DSPi

Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

id_rsa stuff doesn't work in Jenkinsfile

dddomin3 opened this issue · comments

install doesn't work unless you have a pi user on your machine... maybe we can do this via ansible with password prompt auth?

ansible-playbooks raspi-playbook.yml -k prompts for password

Solved by PR #24. Just gotta run ansible-playbooks raspi-playbook.yml -k once, and you're good.