micromax 发表于 2018-1-9 18:14:49

Jenkins + Django 完整实战,细化到每一步操作

# git add test11/# git commit -m 'test django'
test django
  Committer: root <root@vagrant-centos65.vagrantup.com>
  Your name and email address were configured automatically based
  on your username and hostname. Please check that they are accurate.
  You can suppress this message by setting them explicitly:
  git config --global user.name "Your Name"
  git config --global user.email you@example.com

  If the>  git commit --amend --author='Your Name <you@example.com>'
  20 files changed, 202 insertions(+), 0 deletions(-)
  create mode 100644 test11/db.sqlite3
  create mode 100755 test11/manage.py
  create mode 100644 test11/templates/index.html
  create mode 100644 test11/test11/__init__.py
  create mode 100644 test11/test11/__init__.pyc
  create mode 100644 test11/test11/settings.py
  create mode 100644 test11/test11/settings.pyc
  create mode 100644 test11/test11/urls.py
  create mode 100644 test11/test11/urls.pyc
  create mode 100644 test11/test11/wsgi.py
  create mode 100644 test11/test11/wsgi.pyc
  create mode 100644 test11/test22/__init__.py
  create mode 100644 test11/test22/__init__.pyc
  create mode 100644 test11/test22/admin.py
  create mode 100644 test11/test22/admin.pyc
  create mode 100644 test11/test22/apps.py
  create mode 100644 test11/test22/migrations/__init__.py
  create mode 100644 test11/test22/migrations/__init__.pyc
  create mode 100644 test11/test22/models.py
  create mode 100644 test11/test22/models.pyc
  create mode 100644 test11/test22/tests.py
  create mode 100644 test11/test22/views.py
  create mode 100644 test11/test22/views.pyc
# git config --global user.name "zhiliaoawen"
# git config --global user.email 44262769@qq.com
# git push
  Counting objects: 29, done.
  Compressing objects: 100% (25/25), done.
  Writing objects: 100% (28/28), 7.02 KiB, done.
  Total 28 (delta 2), reused 0 (delta 0)
  To git@git.oschina.net:ZhiLiaoAWen/test.git
  47edbdc..cf58679master -> master
  #哈哈代码提交成功了
页: [1]
查看完整版本: Jenkins + Django 完整实战,细化到每一步操作