Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 420 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 420 Bytes

screenrecorder-plugin

Jenkins plugin records screen per FFmpeg and saves recorded mp4 video file as build artifact. The mp4 video is also accessible per link from the console output of the build. The default recording command "ffmpeg -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0" can be customized in the configuration of the job. Requirements: installed FFmpeg on target system (master or according slave).