-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What Updates the GraphDB version. ## Why The Cypress tests are executed against a GraphDB instance, which has a new TR version. This update changes the GraphDB version to the latest available version. ## How Updates the GraphDB version in the environment configuration file.
- Loading branch information
1 parent
d6105a8
commit d16567b
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GDB_VERSION=10.8.2-TR | ||
GDB_VERSION=11.0.0-TR1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ pipeline { | |
|
||
tools { | ||
nodejs 'nodejs-20.11.1' | ||
jdk 'adopt_openjdk21' | ||
} | ||
|
||
environment { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters