mechamecho / DataDrivenTesting

MIT License
2 stars 1 forks source link

Discuss: Hook unit tests to cloud CI server, such as Travis, CircleCI, or Jenkins. #16

Open dariusstrasel opened 6 years ago

dariusstrasel commented 6 years ago

I've deployed a Jenkins server to Azure. URL is: http://jenkins-alk.eastus.cloudapp.azure.com

The front-end is disabled, as of this writing, but I will be turning it on for us to mess with it. @mechamecho @Neous1

mechamecho commented 6 years ago

Awesome, great work!

dariusstrasel commented 6 years ago

Jenkins URL: 52.224.177.125

To connect to access the Jenkins webserver you'll need to create an SSH tunnel, as the connection is unsecured. (Does not use HTTPS)

To do so, run:

ssh -L 127.0.0.1:8080:localhost:8080 jenkins@52.224.177.125

This should fail, as access is secured thru an SSH key. To get access...

  1. Run
    ssh-keygen
  2. Enter name and password
  3. Send me your .pub key.

I will add the keys to the server and then you'll be able to establish an SSH tunnel.

mechamecho commented 6 years ago

Which name and password are you referring to? Is it one that I create for myself?

dariusstrasel commented 6 years ago

Yes. Run the SSH command and it will guide you through the setup. Let me know if you need help.

On Mar 2, 2018 1:33 PM, "Nafissa Hassan" notifications@github.com wrote:

Which name and password are you referring to? Is it one that I create for myself?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mechamecho/DataDrivenTesting/issues/16#issuecomment-370011762, or mute the thread https://github.com/notifications/unsubscribe-auth/AEXWN3m4AACWbKytLa77FfDwrkmNOWtLks5taZB4gaJpZM4SMUrr .

dariusstrasel commented 6 years ago

Azure is killing me, lol. I've add to rebuild the server like 5 times now.

mechamecho commented 6 years ago

That sounds bad lol