commit | f27c6bef5c1fa911f412eae32401bfd76fdb09c3 | [log] [tgz] |
---|---|---|
author | Thomas Draebing <thomas.draebing@sap.com> | Thu Oct 17 09:46:06 2019 +0200 |
committer | Thomas Draebing <thomas.draebing@sap.com> | Thu Oct 17 11:29:16 2019 +0200 |
tree | eee1f7170a7c587dab5066732c3ba23e29c1516d | |
parent | c82125dd1773a37eb95377218935355451c48cdf [diff] |
Remove unnecessary SCM checkout from Jenkinsfile Change-Id: Iae80a5faeb0973a02564a8c8db9ae1a7b589d236
diff --git a/Jenkinsfile b/Jenkinsfile index ffe249c..94fae55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -273,7 +273,6 @@ stage('Preparing'){ gerritReview labels: ['Verified': 0, 'Code-Style': 0] - checkout scm getChangeMetaData() collectBuildModes() }