one thing to try might be to issue some command (l...
# sdf
s
one thing to try might be to issue some command (lighter than deploy) to ensure the TBA is actually working. Maybe a
listobjects
or something?
b
I've just started troubleshooting the deploy command, so this is all new. I'll give the list command a try and re-post...
s
I do like the intent of what you're doing!
👍 1
b
I'd really like to have some kind of public PoC out there going into SuiteWorld, but this has been discouraging...
s
and the same exact container/script works locally?
b
yep
s
what a bummer. That kinda against one of the reasons to use containers in the first place. It would be nice if @Albert Margarit (NS Eng Lead) or someone can chime in on this.
b
I'm currently even going so far right now as to install the gitlab omnibus docker image to attempt duplicating the issue running gitlab locally...
s
that's deep, but should be revealing I suppose. Maybe gitlab does some sort of hidden magic.
b
🧙‍♂️ facepalm
I'm hoping by running it locally I'll be able to open a web terminal to the container and troubleshoot if it's not working... https://docs.gitlab.com/ee/administration/integration/terminal.html#security
s
wish I could help but while I have used docker/dockerhub I've not used Gitlab 😞
b
thanks for the support!
I just hope it's not all for nothing!
a
Let me ask the team, one of our engineers was able to do exactly the same thing a couple of weeks ago on GitLab
And we managed to get it working
j
Hello, I can see that your job is running:
sdfcli savetoken -account $account -email $email -role $role -url $url -tokenid '$tokenid' -tokensecret '$tokensecret'
You should remove the
'
characters before and after
$tokenid
and
$tokensecret
, like:
sdfcli savetoken -account $account -email $email -role $role -url $url -tokenid $tokenid -tokensecret $tokensecret
If not, you're saving incorrect values for them. Let us know if you still have issues after removing them
b
Hi @jbbalbas, those single quote strings were added only as a troubleshooting test. The build originally didn't have them. I'll remove and re-post the build link here. Thanks.
@jbbalbas, removing those single quotes worked! I don't know how this execution was different from some of the others I ran yesterday, but who cares? It's great to see this working now. Thanks!
🎉 1
Thanks @Albert Margarit (NS Eng Lead)
👍 1
j
you're welcome
👍 1
😁 2