The Jenkins cypress job for Phabricator diff currently fails to register due to its name:
jenkins.JenkinsException: Cannot create job[DWAPPS/cypress/diff] because folder for the job does not exist
Renaming it from {name}/cypress/diff to {name}/cypress-diff should fix the issue.
Related T1841