We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useradd jenkins && echo "jenkins
jenkins" | passwd jenkins
rsync -avpr /root/.ssh ${HOST}:/home/jenkins/ ssh ${HOST} 'chown -R jenkins:jenkins /home/jenkins/.ssh'code
rsync -avpr /root/.ssh ${HOST}:/home/jenkins/ ssh ${HOST} 'chown -R jenkins:jenkins /home/jenkins/.ssh'