mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
eb57c8df7b
* Back commonPipelineEnvironment step by shared class Each pipeline step comes with its own instance of a commonPipelineEnvironment. Properties stored on one instance was not shared with the other instances. Now we strip down the commonPipelineEnvironment step and forward basically everything to a shared singleton instance. With that approach all instances of commonPipelineEnvironment shares the same data and can now be really used for information exchange between the steps. Before that change only the commonPipelineEnvironment instance associated with the pipeline script itself could be used for that purpose. * Remove unneeded commented line |
||
---|---|---|
.. | ||
BasePiperTest.groovy | ||
BasePiperTestContext.groovy | ||
CommandLineMatcher.groovy | ||
JenkinsCredentialsRule.groovy | ||
JenkinsDockerExecuteRule.groovy | ||
JenkinsEnvironmentRule.groovy | ||
JenkinsErrorRule.groovy | ||
JenkinsFileExistsRule.groovy | ||
JenkinsInfluxDataRule.groovy | ||
JenkinsLockRule.groovy | ||
JenkinsLoggingRule.groovy | ||
JenkinsMockStepRule.groovy | ||
JenkinsPropertiesRule.groovy | ||
JenkinsReadFileRule.groovy | ||
JenkinsReadJsonRule.groovy | ||
JenkinsReadMavenPomRule.groovy | ||
JenkinsReadYamlRule.groovy | ||
JenkinsResetDefaultCacheRule.groovy | ||
JenkinsScriptLoaderRule.groovy | ||
JenkinsSetupRule.groovy | ||
JenkinsShellCallRule.groovy | ||
JenkinsStepRule.groovy | ||
JenkinsWithEnvRule.groovy | ||
JenkinsWriteFileRule.groovy | ||
JenkinsWriteJsonRule.groovy | ||
JenkinsWriteYamlRule.groovy | ||
LibraryLoadingTestExecutionListener.groovy | ||
PipelineWhenException.groovy | ||
PluginMock.groovy | ||
ProjectSource.groovy | ||
Rules.groovy | ||
SharedLibraryCreator.groovy | ||
StepHelper.groovy | ||
StepTracker.groovy |