Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell script in jenkins pipeline

pipeline {
    agent any
    stages {
        stage('Build')
        {
            steps 
            {
                sh '''#!/bin/bash
                echo shell commands here
                '''
            }
        }
        
        }
    }
Comment

PREVIOUS NEXT
Code Example
Shell :: you have new mail terminal mac 
Shell :: scp all files in directory 
Shell :: unable to locate a java runtime that supports javaws 
Shell :: how to update google chrome in ubuntu 20.04 
Shell :: create csr ubuntu 
Shell :: duplicate line intellij mac 
Shell :: npm install bootstrap 
Shell :: bash redirect output to null 
Shell :: bash cd or make dir if not exists 
Shell :: trim video linux 
Shell :: git ~ vs ^ 
Shell :: nuxt install pug 
Shell :: debian apt log 
Shell :: downgrade cocoapods in mac m1 
Shell :: Install ansible in alpine linux 
Shell :: install psycopg2 
Shell :: kali find devices on network 
Shell :: vim terminal scrollback 
Shell :: how to find empty folders linux 
Shell :: edit global git config file 
Shell :: git error push declined due to email privacy restrictions 
Shell :: git diff meld 
Shell :: snap install package 
Shell :: git diff between local and remote branch 
Shell :: set zsh as default shell 
Shell :: epson l220 ubuntu driver 
Shell :: gem pg install error mac os 
Shell :: install font awesome linux 
Shell :: uninstall node using n 
Shell :: install docker compose in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =