Figuring out jenkins build # from Game Version #47049
-
Say I have a game version (in this case, 0.E-9136-gdc59dbd7db, from #47040). How do I figure out a jenkins build number (or another method of telling what's gone into it and what hasn't)? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The bit after the |
Beta Was this translation helpful? Give feedback.
-
Ah. The number is how many commits have happened between the last tag available and that commit. For future reference:
|
Beta Was this translation helpful? Give feedback.
The bit after the
g
ingdc59dbd7db
is a commit hash.You can also fetch the tags from the cleverraven repo and look for
cdda-jenkins-b#####
.