I've tried modifying the Jenkinsfile to the following:
pipeline { agent { dockerfile true } stages { stage('Build'){ steps { sshagent(['d288a45e-5b02-4aac-839b-d87cc3a854d0']) { sh 'make' } } } } } But the checkout fails with the following error: No user exists for uid 112 fatal: Could not read from remote repository. Should I specially prepare the docker for Jenkins to use? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d8427d71-f7ad-41bb-ad18-918b38fd5575%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.