Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. cd /var/lib/jenkins/jobs
  2. ## .gitignore
  3. builds/
  4. workspace/
  5. lastStable
  6. lastSuccessful
  7. nextBuildNumber
  8. modules/
  9. *.log
  10.  
  11. git init
  12. git add .
  13. git commit -am 'First commit del Goll'
  14. git push
Add Comment
Please, Sign In to add comment