1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy
Tom Kiemes 9ffe52d1f4
Add a milestone for Confirm stage (#2087)
This commit will prevent abortion of older builds which are waiting in the Confirm stage,
if a newer build fails in the last stage before the Confirm stage.

Example: If the 'Compliance' stage of the general purpose pipeline (piperPipeline.groovy) fails,
it will abort all former builds which are waiting in the 'Confirm' stage.

The milestone function is called without an explicit ordinal since people might use the stage
on different positions within their pipeline. When no ordinal is given, the last milestone ordinal
value will be increased by 1.

Note: Confirming a build will still abort all older builds waiting at the Confirm stage.
2020-10-07 10:56:25 +02:00
..
com/sap/piper Add capabilities to check for breaking changes in config (#2045) 2020-09-21 14:29:07 +02:00
templates Add a milestone for Confirm stage (#2087) 2020-10-07 10:56:25 +02:00
util Fix containers map and add test (#1769) 2020-07-07 12:07:44 +02:00
ArtifactSetVersionTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
BatsExecuteTestsTest.groovy Improve error messages for test failures (#1417) 2020-04-17 11:59:51 +02:00
BuildExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
CfManifestSubstituteVariablesTest.groovy Fix: yaml util handling for boolean with value false (#1629) 2020-06-04 06:03:12 +02:00
CheckChangeInDevelopmentTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
CheckmarxExecuteScanTest.groovy piperExecuteBin: fix reading environment (#1452) 2020-04-24 22:41:34 +02:00
ChecksPublishResultsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
CloudFoundryDeployTest.groovy Add optional wrapper for cloudFoundryDeploy go-implementation (#1952) 2020-08-24 18:10:45 +02:00
CommonPipelineEnvironmentTest.groovy Changes to commonPipelineEnvironment for ABAP (#2035) 2020-09-17 09:36:53 +02:00
CommonStepsTest.groovy Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
ContainerExecuteStructureTestsTest.groovy Improve error messages for test failures (#1417) 2020-04-17 11:59:51 +02:00
ContainerPushToRegistryTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
DebugReportArchiveTest.groovy Implement archiving the debug report as step (#1152) 2020-02-07 16:30:08 +01:00
DockerExecuteOnKubernetesTest.groovy Provide Additional pod properties for dockerExecuteOnKubernetes (#2051) 2020-10-02 12:56:16 +02:00
DockerExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
DownloadCacheUtilsTest.groovy Fix reading download cache variables on node (#1660) 2020-06-11 21:59:55 +02:00
DubExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
DurationMeasureTest.groovy remove !#groovy header 2019-05-23 10:37:28 +02:00
FioriOnCloudPlatformPipelineTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
GaugeExecuteTestsTest.groovy Improve error messages for test failures (#1417) 2020-04-17 11:59:51 +02:00
GithubPublishReleaseTest.groovy fix: prevent script to json conversion (#1495) 2020-05-05 15:21:59 +02:00
HadolintExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
HandlePipelineStepErrorsTest.groovy Test DebugReport usage in handlePipelineStepErrors 2020-02-03 12:37:20 +01:00
HealthExecuteCheckTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
InfluxWriteDataTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
JenkinsMaterializeLogTest.groovy Error reporting: change category to standard term (#1587) 2020-05-25 22:38:26 +02:00
KarmaExecuteTestsTest.groovy seleniumExecuteTests: expose container metadata via env vars (#1170) 2020-02-13 09:09:08 +01:00
KubernetesDeployTest.groovy piperExecuteBin: fix reading environment (#1452) 2020-04-24 22:41:34 +02:00
MailSendNotificationTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
MavenExecuteIntegrationTest.groovy Do not collect test results in wrapper (#1869) 2020-07-30 16:10:20 +02:00
MavenExecuteStaticCodeChecksTest.groovy piperExecuteBin: fix reading environment (#1452) 2020-04-24 22:41:34 +02:00
MavenExecuteTest.groovy piperExecuteBin: fix reading environment (#1452) 2020-04-24 22:41:34 +02:00
MtaBuildTest.groovy Use mtaBuild step from go (#1536) 2020-05-19 08:51:18 +02:00
MulticloudDeployTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
NeoDeployTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
NewmanExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
NexusUploadTest.groovy piperExecuteBin: fix reading environment (#1452) 2020-04-24 22:41:34 +02:00
NpmExecuteEndToEndTestsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
NpmExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
PipelineExecuteTest.groovy remove utils.getMandatoryParameter() 2019-04-09 16:25:25 +02:00
PipelineRestartStepsTest.groovy fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
PipelineStashFilesAfterBuildTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
PipelineStashFilesBeforeBuildTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
PiperExecuteBinTest.groovy Fix stashing of piper binary (#1764) 2020-07-06 13:22:36 +02:00
PiperLoadGlobalExtensionsTest.groovy Load global extensions in setupCommonPipelineEnvironment (#1688) 2020-06-22 17:52:11 +02:00
PiperPublishWarningsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
PiperStageWrapperTest.groovy Extend conditions for step and stage activation (#1955) 2020-08-27 15:49:09 +02:00
PrepareDefaultValuesTest.groovy Enable use of customDefaults from Project Config also in Groovy (#1521) 2020-05-12 13:50:18 +02:00
SeleniumExecuteTestsTest.groovy fix: handle NPE in seleniumExecuteTests (#1239) 2020-03-03 17:09:09 +01:00
SetupCommonPipelineEnvironmentTest.groovy Move setting git info in cpe from stage init to setupCPE step (#2083) 2020-10-05 12:50:03 +02:00
SlackSendNotificationTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
SnykExecuteTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
SonarExecuteScanTest.groovy Run SonarQube scan in Compliance stage (#1974) 2020-09-08 17:28:29 +02:00
SpinnakerTriggerPipelineTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
TestsPublishResultsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
TmsUploadTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
TransportRequestCreateTest.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
TransportRequestReleaseTest.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
TransportRequestUploadFileTest.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
UiVeri5ExecuteTestsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
WhitesourceExecuteScanTest.groovy Optionally use new go-based Whitesource step (#2079) 2020-09-30 08:56:16 +02:00
WriteTemporaryCredentialsTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00
XsDeployTest.groovy do not swallow exception triggered inside SWA handling (#1839) 2020-09-24 13:47:20 +02:00