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
If I go into /var/jenkins_home/scm-sync-configuration/checkoutConfiguration and run git status, I see this:
On branch master
Your branch is ahead of 'origin/master' by 1285 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Yet, all the commits are showing up in my GitHub repo. Is git push happening from a different directory? If not, why does the checkout directory look like it's ahead of the remote repo?
The text was updated successfully, but these errors were encountered:
I watched the jenkins takes long time to startup and I noticed git checkout running quite long in ps faux output.
I checked scm-sync-configuration directory and found
Your branch is ahead of 'origin/master' by 90072 commits.
I know the plugin is deprecated but still in production unfortunately... so I'd like to know why is this happening.
If I go into /var/jenkins_home/scm-sync-configuration/checkoutConfiguration and run
git status
, I see this:On branch master
Your branch is ahead of 'origin/master' by 1285 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Yet, all the commits are showing up in my GitHub repo. Is
git push
happening from a different directory? If not, why does the checkout directory look like it's ahead of the remote repo?The text was updated successfully, but these errors were encountered: