Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbt release hangs on [info] Checking remote [origin] in jenkins #236

Open
RadJamesway opened this issue Sep 15, 2018 · 2 comments
Open

sbt release hangs on [info] Checking remote [origin] in jenkins #236

RadJamesway opened this issue Sep 15, 2018 · 2 comments

Comments

@RadJamesway
Copy link

RadJamesway commented Sep 15, 2018

I have a publish build which is hanging whenever it reaches

[info] Loading project definition from ...
[info] Set current project to ...
[info] Starting release process off commit: ...
[info] Checking remote [origin] ...   <----------hangs

I'm also trying to use with-defaults so that its a silent publish.

It seems to work locally, but I can't get it to work in Jenkins. I apologize if this is a jenkins question, but I'm just curious if anyone has seen this before.

I'm only calling sbt "release with-defaults" from jenkins script. Seems like it should work.

sbt-release 1.0.5, 1.0.3
sbt 0.13.12

@garraspin
Copy link

I have the same issue. It is waiting for github username input. I believe its because I'm trying to use GitHub tokens to connect to Github API but its not supported by sbt-release

@md2k
Copy link

md2k commented Dec 5, 2018

Same here, more recent tools for CI/CD integrations with GitHub utilise power of their API (as example Github Organization plugin for Jenkins), and that means no username/password or ssh key based access. without oAuth support sbt-release completely useless :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants