marcoabreu commented on a change in pull request #15051: CD Framework + static
binary release
URL: https://github.com/apache/incubator-mxnet/pull/15051#discussion_r286907271
##########
File path: ci/Jenkinsfile_utils.groovy
##########
@@ -18,14 +18,24 @@
// under the License.
// initialize source codes
-def init_git() {
+def init_git(git_sha = '') {
+
+ git_sha = git_sha ? git_sha.trim() : ''
Review comment:
Git should always be manage by Jenkins. Doing a manual override of the
git-state can cause quite a lot of nasty things.
Thus, if you'd like to work off a certain Git hash, invoke the job with the
correct source.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services