나는 노동자/Jenkins

Jenkins pipeline git push id password

칠복이 2020. 1. 7. 16:04

sh ‘’’
git add Deployment.txt
git commit -m “updating deployment.txt”
git push http://id:pw@10.158.xxx.xxx:port/root/hello-world.git
‘’’