Gitステップです。 指定したリポジトリからクローンを実行します。
このステップは、一般的なSCMのステップである checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'http://git-server/user/repository.git']]]) の短縮形です。
checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'http://git-server/user/repository.git']]])