zeekling commented on code in PR #8082:
URL: https://github.com/apache/hadoop/pull/8082#discussion_r2553167123


##########
dev-support/Jenkinsfile:
##########
@@ -55,7 +55,7 @@ pipeline {
     environment {
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.14.0'
+        YETUS_VERSION='a7d29a6a72750a0c5c39512f33945e773e69303e'

Review Comment:
   why version is committer id?



##########
dev-support/Jenkinsfile:
##########
@@ -71,7 +71,7 @@ pipeline {
                     checkout([
                         $class: 'GitSCM',
                         branches: [[name: "${env.YETUS_VERSION}"]],
-                        userRemoteConfigs: [[ url: 
'https://github.com/apache/yetus.git']]]
+                        userRemoteConfigs: [[ url: 
'https://github.com/ayushtkn/yetus.git']]]

Review Comment:
   Why use a personal repository?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to