1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Для тестов но наугад.

This commit is contained in:
ivanovEV
2024-01-19 15:21:41 +03:00
parent 0bed55401d
commit dc1c14de0f
4 changed files with 9 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ dependencies {
testImplementation("org.slf4j", "slf4j-api", slf4jVersion) testImplementation("org.slf4j", "slf4j-api", slf4jVersion)
testImplementation("org.slf4j", "slf4j-simple", slf4jVersion) testImplementation("org.slf4j", "slf4j-simple", slf4jVersion)
// integration-tests // integration-tests
integrationTestImplementation("org.spockframework", "spock-core", spockVersion) integrationTestImplementation("org.spockframework", "spock-core", spockVersion)
integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion) integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion)

View File

@@ -1 +1 @@
2.246 2.441

View File

@@ -74,5 +74,6 @@ class jobConfigurationTest {
rule.assertLogContains("v8version='8.3.12.1500'", run) rule.assertLogContains("v8version='8.3.12.1500'", run)
rule.assertLogContains("sonarScannerToolName='sonar-scanner'", run) rule.assertLogContains("sonarScannerToolName='sonar-scanner'", run)
rule.assertLogContains("initMethod=FROM_SOURCE", run) rule.assertLogContains("initMethod=FROM_SOURCE", run)
rule.assertLogContains("path='/src/cfe/тест'", run)
} }
} }

View File

@@ -1,6 +1,11 @@
{ {
"v8version": "8.3.12.1500", "v8version": "8.3.12.1500",
"initInfobase": { "initInfobase": {
"initMethod": "fromSource" "initMethod": "fromSource",
"extensions": [{
"name": "Тест",
"initMethod": "fromSource",
"path": "/src/cfe/тест"
}]
} }
} }