Horje
how to git push in jenkins pipeline Code Example
how to git push in jenkins pipeline
withCredentials([usernamePassword(credentialsId: 'ci-github', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
                        sh('git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/my-org/my-repo.git')
                    }




Shell

Related
Linux How to zip two files Code Example Linux How to zip two files Code Example
list des group linux Code Example list des group linux Code Example
chnage the password of user n linu Code Example chnage the password of user n linu Code Example
to move a directory with its contents in terminal in linux Code Example to move a directory with its contents in terminal in linux Code Example
move all file in linux commands Code Example move all file in linux commands Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11