Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-list-example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
todo-list-example
Commits
68297aff
Commit
68297aff
authored
1 year ago
by
George Adrian Stoica
Browse files
Options
Downloads
Plain Diff
Merge branch 'eclipse-che' of
https://gitlab.stud.idi.ntnu.no/it1901/todo-list
into eclipse-che
parents
adf3fda4
69a6514e
No related branches found
No related tags found
No related merge requests found
Pipeline
#232647
passed
1 year ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.devfile.yaml
+49
-0
49 additions, 0 deletions
.devfile.yaml
with
49 additions
and
0 deletions
.devfile.yaml
0 → 100644
+
49
−
0
View file @
68297aff
schemaVersion
:
2.1.0
metadata
:
name
:
devfile-todolist-sample
version
:
1.0.0
metadata-name-original-value
:
todo-list
persistVolumes
:
'
false'
attributes
:
controller.devfile.io/storage-type
:
ephemeral
che-theia.eclipse.org/sidecar-policy
:
mergeImage
controller.devfile.io/devworkspace-config
:
name
:
devworkspace-config
namespace
:
eclipse-che
projects
:
-
git
:
remotes
:
origin
:
https://gitlab.stud.idi.ntnu.no/it1901/todo-list.git
name
:
todo-list
components
:
-
attributes
:
controller.devfile.io/merge-contribution
:
true
container
:
env
:
-
name
:
CHE_DASHBOARD_URL
value
:
https://gitpodtest.stack.it.ntnu.no
-
name
:
CHE_PLUGIN_REGISTRY_URL
value
:
https://gitpodtest.stack.it.ntnu.no/plugin-registry/v3
-
name
:
CHE_PLUGIN_REGISTRY_INTERNAL_URL
value
:
http://plugin-registry.eclipse-che.svc:8080/v3
-
name
:
OPENVSX_REGISTRY_URL
value
:
https://open-vsx.org
image
:
quay.io/devfile/universal-developer-image:ubi8-latest
sourceMapping
:
/projects
name
:
todolist-container
commands
:
-
id
:
install-java-17
exec
:
component
:
todolist-container
commandLine
:
sdk install java 17.0.8-tem
label
:
Install java 17 Temurin
-
id
:
select-dir
exec
:
component
:
todolist-container
commandLine
:
cd todolist
label
:
cd to the root project directory
-
id
:
clean-install
exec
:
component
:
todolist-container
commandLine
:
mvn clean install -DskipUiTests
label
:
Maven clean install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment