Skip to content

Instantly share code, notes, and snippets.

@josdem
Last active September 5, 2021 22:36
Show Gist options
  • Save josdem/0c2bab367bbde2fdb94d20c5309470c8 to your computer and use it in GitHub Desktop.
Save josdem/0c2bab367bbde2fdb94d20c5309470c8 to your computer and use it in GitHub Desktop.
//Change listen port
vim /etc/default/jenkins
HTTP_PORT=8081
//Start Jenkins server
sudo systemctl start jenkins
//Setting NVM and nodeJS command
export NVM_DIR="$HOME/.nvm"
. ~/.nvm/nvm.sh
node node_modules/.bin/wdio run test/config/wdio.sauce.conf.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment