Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
7906f3bb
Commit
7906f3bb
authored
Mar 12, 2022
by
Matija Obreza
Browse files
[release] v2022.2
parent
4af78d6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7906f3bb
...
...
@@ -3,7 +3,7 @@ include:
-
template
:
'
Workflows/Branch-Pipelines.gitlab-ci.yml'
variables
:
VERSION
:
"
202
1.4
"
VERSION
:
"
202
2.2
"
DOCKER_HOST
:
genesys1.swarm.genesys-pgr.org
DOCKER_VERSION
:
latest
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
...
...
README.md
View file @
7906f3bb
...
...
@@ -7,7 +7,7 @@ These instructions will help you run a copy of the Genesys portal (without the d
## Running genesys2-server with Docker
```
shell
docker run dockerhub.croptrust.org/genesys-pgr/genesys-server:
2021.4
docker run dockerhub.croptrust.org/genesys-pgr/genesys-server:
latest
```
The genesys container can be configured via environment variables (
`-e`
docker flag).
...
...
pom.xml
View file @
7906f3bb
...
...
@@ -23,7 +23,7 @@
<name>
Genesys 2 Server
</name>
<packaging>
war
</packaging>
<version>
202
1.4
</version>
<version>
202
2.2
</version>
<url>
https://www.genesys-pgr.org
</url>
<description>
Genesys 2 Server
</description>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment