KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vncviewer-plugin
★ 8
Open GitHub ↗
Jenkins vncviewer plugin
Download README (.md)
Explore Similar Repositories
CampsiteFO4
:
Campsite - Simple Camping for Fallout 4
YLPickerView
:
No description available.
tern-context-coloring
:
Tern plugin adding scope coloring
js-afs-blob-store
:
MOVED: Now at https://opendev.org/x/js-afs-blob-store
cftpasscheck
:
CloudFormation Password Checker Lambda Backed Custom Resource
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vncviewer-plugin
?
Download (.md)
# vncviewer-plugin Jenkins vncviewer plugin VncViewer lets you monitor or operate GUI of your running build. You can start HTML5 based VNC viewer via HTML link directly from 'Console output'. This plugin can be used in combination with Xvnc and VncRecorder plugins. The plugin uses internally HTML5 based VNC client noVNC. Example for usage in pipeline, in combination with Xvnc plugin: ``` stages { stage('Build') { steps { wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) { wrap([$class: 'VncViewerBuildWrapper', vncServ: 'localhost:$DISPLAY']) { sh doSomething.. } } } } ``` See https://plugins.jenkins.io/vncviewer/ for more details.