1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-02-01 13:28:00 +02:00

deps bump

This commit is contained in:
Nikita Fedkin 2024-08-26 22:30:15 +02:00
parent 9f07d3e23a
commit be50b03f12
3 changed files with 4 additions and 2 deletions

View File

@ -54,6 +54,8 @@ dependencies {
testImplementation("org.slf4j", "slf4j-simple", slf4jVersion)
// integration-tests
integrationTestImplementation("org.jenkins-ci.main", "jenkins-test-harness", "2254.vcff7a_d4969e5")
integrationTestImplementation("org.spockframework", "spock-core", spockVersion)
integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion)

View File

@ -1 +1 @@
2.246
2.462.1

View File

@ -35,7 +35,7 @@ class printLocationTest {
final WorkflowJob workflowJob = rule.createProject(WorkflowJob, 'project')
workflowJob.definition = flow
rule.assertLogContains('Running on node master', rule.buildAndAssertSuccess(workflowJob))
rule.assertLogContains('Running on node built-in', rule.buildAndAssertSuccess(workflowJob))
}
}