You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
if (loadEffectiveStageConfiguration(script: script, stageName: 'productionDeployment').tmsUpload) {
91
+
failWithConfigError("Your pipeline configuration contains an entry tmsUpload in the stage productionDeployment. "+
92
+
"This configuration option was removed in version v39. "+
93
+
"Please configure the step tmsUpload instead. "+
94
+
"Details can be found in the release notes at https://github.com/SAP/cloud-s4-sdk-pipeline/releases/tag/v39 as well as in the step documentation: https://sap.github.io/jenkins-library/steps/tmsUpload/."
95
+
)
96
+
}
97
+
}
98
+
87
99
voidcheckSharedConfig(Scriptscript) {
88
100
if (script.commonPipelineEnvironment.configuration.general?.sharedConfiguration) {
89
101
failWithConfigError("Your pipeline configuration contains an entry for the sharedConfiguration in the general section. "+
0 commit comments