Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to define/see preview URL for Theia tasks #9273

Closed
vparfonov opened this issue Mar 28, 2018 · 1 comment
Closed

Ability to define/see preview URL for Theia tasks #9273

vparfonov opened this issue Mar 28, 2018 · 1 comment
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@vparfonov
Copy link
Contributor

Description

User should have ability during creation of a new task (command in Che terminology) to provide Preview URL using macros (see #8974).
After successful execution of a command this URL will be shown on UI

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Mar 28, 2018
@azatsarynnyy
Copy link
Member

A preview URL can be defined by adding the optional filed previewURL in a task definition:

{
    "type": "che",
    "label": "...",
    "command": "...",
    "target": {
        "machineName": "..."
    },
    "previewUrl": "${server.tomcat8}"
}

Variable substitution is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

2 participants