Hi There,
I have a requirement of using multiple nodeJs versions.
For this I am using nvm (node version Manager).
In my bamboo plan script task when I run nvm list or nvm use 20 commands, My bamboo plan hangs and never gets completed.
I tried using shell, cmd, powershell as interpreters. Even ran as script file also.
Also specified full path for nvm.exe
Much appreciated for the responses.
This is also true for GitLab CI!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its normal for any person to run into this sort of of problem. I think you are facing this problem because you are probably using an outdated version of nvm or because you are trying to run too many commands on bamboo script.
Bamboo Items can easily solve any problem. You can read more by clicking on Bamboo Items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mahesh,
Since we don't have any logs to check what is happening our next suggestion would be to run these commands directly on the Bamboo server and let us know what happens. If it runs successfully then you can raise a ticket with us. But if it doesn't run then you will have to look at your script and the commands in it.
Regards,
Sharmila
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mahesh,
Thanks for testing it on Bamboo server. What is the error message you see in the build logs?
Regards,
Sharmila
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.