Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

jenkins execute shell script on remote host using ssh

 sh'''#!/bin/bash
                ssh -i ~/.ssh/core.pem -o StrictHostKeyChecking=no username@targetIP << 'EOF'
                #run commands here...
                exit
                EOF
                '''
Comment

PREVIOUS NEXT
Code Example
Shell :: linux make home dir 
Shell :: windows terminal background image 
Shell :: awk field separator multiple characters 
Shell :: remove untracked files git 
Shell :: npm i postgresql 
Shell :: wsl2 curl localhost 
Shell :: flutter step to release appbundle 
Shell :: github desktop 
Shell :: stash changes before checkout from the branch 
Shell :: how to push cloned repo 
Shell :: boostrap install 
Shell :: merge master to a branch 
Shell :: how to install axios in react 
Shell :: ssh permissions are too open 
Shell :: firebase realtime database delete all data 
Shell :: cutefish desktop enviroment install 
Shell :: Push your branch up to the remote. 
Shell :: opera browser for fedora 
Shell :: linux find directory and file 
Shell :: get until last match 
Shell :: exit status bash 
Shell :: spinkit flutter 
Shell :: linux os 
Shell :: Clone repository from the command line 
Shell :: ubuntu increase valume 
Shell :: start vagrant 
Shell :: bash alias with parameter 
Shell :: keyboard continuously backspace not working linux 
Shell :: Get Android OS version of device connected via ADB 
Shell :: install next-auth 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =