You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Для тестов но наугад.
This commit is contained in:
@@ -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)
|
||||||
|
@@ -1 +1 @@
|
|||||||
2.246
|
2.441
|
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -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/тест"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user