-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/develop' into feature/exam-mode/participate-…
…in-test-exam-multiple-times
- Loading branch information
Showing
121 changed files
with
9,202 additions
and
583 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"scanSettings": { | ||
"baseBranches": [] | ||
}, | ||
"checkRunSettings": { | ||
"vulnerableCheckRunConclusionLevel": "failure", | ||
"displayMode": "diff", | ||
"useMendCheckNames": true | ||
}, | ||
"issueSettings": { | ||
"minSeverityLevel": "LOW", | ||
"issueType": "DEPENDENCY" | ||
} | ||
} |
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
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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
jenkins: | ||
systemMessage: "Jenkins has been configured to run with Artemis\n\n" | ||
securityRealm: | ||
local: | ||
allowsSignup: false | ||
users: | ||
- id: "artemis_admin" # Artemis admin username | ||
password: "artemis_admin" # Artemis admin password | ||
labelString: "docker" | ||
authorizationStrategy: | ||
projectMatrix: | ||
permissions: | ||
- "Overall/Administer:artemis_admin" # Make sure that the username matches the Artemis admin username | ||
- "Overall/Read:authenticated" | ||
credentials: | ||
system: | ||
domainCredentials: | ||
- credentials: | ||
- string: | ||
id: artemis_notification_plugin_token # Value of the "artemis-authentication-token-key" defined key in application-artemis.yml | ||
description: 'Access token for Artemis Test Notification Plugin' | ||
scope: GLOBAL | ||
secret: artemis_admin # Value of the "artemis-authentication-token-value" key defined in application-artemis.yml | ||
- usernamePassword: | ||
id: artemis_localvc_credentials | ||
scope: GLOBAL | ||
username: "jenkins" # artemis.version-control.build-agent-git-username | ||
password: "artemis_admin" # artemis.version-control.build-agent-git-password | ||
description: "LocalVC credentials for Artemis" | ||
unclassified: | ||
timestamper: | ||
elapsedTimeFormat: "'<b>'yyyy-MM-dd'T'HH:mm:ssX'</b> '" | ||
systemTimeFormat: "'<b>'yyyy-MM-dd'T'HH:mm:ssX'</b> '" |
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
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
Oops, something went wrong.