Thank you. That fixed the access issue and the Release is kicking off. Not sure if you can help with this, but when the release job tries to download the Jenkins artifact I get an error (see below). Creating and deploying the release manually from TFS works successfully. The download of the artifact only fails when it is kicked off by the Jenkins job.
2018-03-28T23:09:45.6989288Z Received Jenkins Artifact Details
2018-03-28T23:09:45.6989288Z Job Name: TFS Request Automation Test
2018-03-28T23:09:45.6989288Z BuildId: 457
2018-03-28T23:09:45.9284470Z An error occurred during download: Microsoft.VisualStudio.Services.Agent.Worker.Release.Artifacts.ArtifactDownloadException: Jenkins build 457 is invalid.
at Microsoft.VisualStudio.Services.Agent.Worker.Release.Artifacts.JenkinsArtifact.<DownloadAsync>d__6.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Services.Agent.Worker.Release.ReleaseJobExtension.<>c_DisplayClass29_2.<<DownloadArtifacts>b_2>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Services.Agent.Worker.Release.RetryExecutor.<ExecuteAsync>d__20.MoveNext()
2018-03-28T23:09:45.9374489Z ##[error]Jenkins build 457 is invalid.
Are you using your actual password for the account? Use a personal access token. https://docs.microsoft.com/en-us/vsts/accounts/use-personal-access-tokens-to-authenticate?view=vsts