-1

I need to copy files from Github that has mutlifactor authentication and paste those on a server, for this I need to write a pipeline in Jenkins how can I do the above?

How can I integrate Github with Jenkins where there is MFA in Github with OTP

1 Answers1

0
  1. You need to setup Personal Access Tokens in case MFA is in placed. For same you can follow official guide here

  2. For adding Personal Access token in Jenkins please follow this

alpha89
  • 306
  • 2
  • 7
  • @NIdhi Rao If this answer resolved your problem, then please consider accepting it, by clicking the green checkmark to the left of this answer. – alpha89 Jun 17 '21 at 11:02