Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
/ recorder Public archive

📼 Drone plugin to record VNC sessions

License

Notifications You must be signed in to change notification settings

owncloud-archive/recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECORDER

🔧 This is a drone ci plugin to be used in our CI pipeline.

It allows to record vnc sessions (i.e. from Docker Selenium Containers) for later review

Usage

As a service

pipeline:
  test-step
    image: myimage
    commands:
      - run_test.sh

services:
  recorder:
    image: owncloudci/recorder
    password:secret
    hostname:selenium

  selenium:
    image: selenium/standalone-chrome-debug:latest

As pipeline step

pipeline:
  recorder:
    image: owncloudci/vnc-recorder
    detach: true
    environment:
      - PLUGIN_PASSWORD=secret
      - PLUGIN_HOSTNAME=selenium

  test-step
    image: myimage
    commands:
      - run_test.sh

services:
  selenium:
    image: selenium/standalone-chrome-debug:latest

Full list of variables

PLUGIN_HOSTNAME
PLUGIN_PASSWORD
PLUGIN_PORT
PLUGIN_FILENAME
PLUGIN_OUTPUT_PATH
PLUGIN_PASSWORD_FILE

Issues, Feedback and Ideas

Open an Issue

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2018 Patrick Jahns <pjahns@owncloud.com>

About

📼 Drone plugin to record VNC sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published