How to run tunnel with Bamboo Integration?

How to run tunnel with bamboo integration?

Hi Miro,

Please use this code in your script body

( For node project)
echo "start testing"
//Add access credentials in plan variable
export LT_USERNAME=${bamboo.LT_USERNAME}
export LT_ACCESS_KEY=${bamboo.LT_ACCESS_KEY}

wget https://downloads.lambdatest.com/tunnel/v3/linux/64bit/LT_Linux.zip
unzip -o LT_Linux.zip

//To start Tunnel
./LT -user ${bamboo.LT_USERNAME} -key ${bamboo.LT_ACCESS_KEY} &

node <relative path to your conf file >