mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
Provide always the script from transport request releaded tests
This commit is contained in:
parent
7f193a3aaa
commit
01753ccc6d
@ -191,7 +191,7 @@ public class TransportRequestCreateTest extends BasePiperTest {
|
|||||||
|
|
||||||
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
||||||
|
|
||||||
jsr.step.call(
|
jsr.step.call(script: nullScript,
|
||||||
changeManagement: [type: 'NONE'])
|
changeManagement: [type: 'NONE'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -145,7 +145,7 @@ public class TransportRequestReleaseTest extends BasePiperTest {
|
|||||||
|
|
||||||
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
||||||
|
|
||||||
jsr.step.call(
|
jsr.step.call(script: nullScript,
|
||||||
changeManagement: [type: 'NONE'])
|
changeManagement: [type: 'NONE'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -373,7 +373,7 @@ public class TransportRequestUploadFileTest extends BasePiperTest {
|
|||||||
|
|
||||||
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
jlr.expect('[INFO] Change management integration intentionally switched off.')
|
||||||
|
|
||||||
jsr.step.call(
|
jsr.step.call(script: nullScript,
|
||||||
changeManagement: [type: 'NONE'])
|
changeManagement: [type: 'NONE'])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user