Skip to content

Commit

Permalink
Starting work on Jenkins plugin UI refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhukovAN committed Oct 14, 2021
1 parent cbf2c3a commit 7a172e9
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 96 deletions.
166 changes: 72 additions & 94 deletions .idea/compiler.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions generic-client-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ dependencies {
// https://mvnrepository.com/artifact/io.github.classgraph/classgraph
implementation 'io.github.classgraph:classgraph:4.8.110'

// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}"
// https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"

testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testFixturesImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")

Expand Down
2 changes: 1 addition & 1 deletion generic-client-lib/docs/uml/tasks-and-jobs.puml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ abstract class AbstractApiClient {
# void unsafeInit()
}

AbstractApiClient -right-|> AbstractTool
AbstractApiClient -right[hidden]-|> AbstractTool

interface CheckServerTask {
ServerCheckResult check()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
logging:
http:
maximumResponseSize: 10240
external:
type: NONE
host: logstash.domain.org
port: 5000
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
logging:
external:
type: NONE
host: logstash.domain.org
# port: 5000
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ serverUrl=PT AI server URL
testServer=Test PT AI server connection
serverCredentialsId=Credentials
testServerProgress=Check in progress
serverInsecure=Ignore SSL certificate check
serverInsecure=Ignore SSL certificate check
advancedYamlSettings=Advanced settings
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ testServer=\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u0441\u043E\u
serverCredentialsId=\u0423\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C
testServerProgress=\u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430
serverInsecure=\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0448\u0438\u0431\u043A\u0438 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 SSL-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0432
advancedYamlSettings=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438

0 comments on commit 7a172e9

Please sign in to comment.