Gitステップです。 指定したリポジトリからクローンを実行します。

このステップは、一般的なSCMのステップである

checkout scmGit(branches: [[name: 'main]],
    userRemoteConfigs: [[url: 'https://git-server/user/repository.git']])
  の短縮形です。