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
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
The text was updated successfully, but these errors were encountered:
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
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 :(
I have a publish build which is hanging whenever it reaches
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
The text was updated successfully, but these errors were encountered: