1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

remove println

This commit is contained in:
Christopher Fenner 2018-07-04 11:13:41 +02:00 committed by GitHub
parent af753d3c54
commit cd891acc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,6 @@ class NewmanExecuteTest extends BasePiperTest {
testRepository: 'testRepo', testRepository: 'testRepo',
failOnError: false failOnError: false
) )
println(jscr.shell)
println(jlr.log)
// asserts // asserts
assertThat(jedr.dockerParams.dockerImage, is('testImage')) assertThat(jedr.dockerParams.dockerImage, is('testImage'))
assertThat(testRepository, is('testRepo')) assertThat(testRepository, is('testRepo'))