# create the docs build with tox
tox -rv -e docs
-# publish docs to docs.ceph.com/docs/ceph-deploy
-rsync -auv --delete .tox/docs/tmp/html/* jenkins-publish@newdocs.ceph.com:/var/ceph-deploy/docs/
+# publish docs to http://docs.ceph.com/docs/ceph-deploy
+rsync -auv --delete .tox/docs/tmp/html/* /var/ceph-deploy/docs/
- job:
name: ceph-deploy-docs
- node: trusty
+ node: docs
project-type: freestyle
defaults: global
disabled: false
skip-tag: true
timeout: 20
- wrappers:
- - ssh-agent-credentials:
- users:
- # "jenkins-publish" SSH key, needed for rsync to docs.ceph.com:
- - 'fa9ca012-6731-4c7d-be74-eda748e36ee8'
-
builders:
- shell:
!include-raw ../../build/build
ln -s ../sha1/$REV "docs.raw/ref/$BRANCH"
# Publish this sha1's contents first:
-rsync -a -v docs.raw/sha1/$REV jenkins-publish@newdocs.ceph.com:/var/docs.raw/sha1/
+rsync -a -v docs.raw/sha1/$REV /var/docs.raw/sha1/
# Now point the ref symlink at the newly-uploaded sha1.
-rsync -a -v docs.raw/ref/$BRANCH jenkins-publish@newdocs.ceph.com:/var/docs.raw/ref/
+rsync -a -v docs.raw/ref/$BRANCH /var/docs.raw/ref/
- job:
name: ceph-docs
- node: trusty
+ node: docs
project-type: freestyle
defaults: global
concurrent: false
timeout: 20
wipe-workspace: true
- wrappers:
- - ssh-agent-credentials:
- users:
- # "jenkins-publish" SSH key, needed for rsync to docs.ceph.com:
- - 'fa9ca012-6731-4c7d-be74-eda748e36ee8'
-
builders:
- shell:
!include-raw ../../build/build
# create the docs build with tox
tox -rv -e docs
-# publish docs to docs.ceph.com/docs/teuthology
-rsync -auv --delete .tox/docs/tmp/html/* jenkins-publish@newdocs.ceph.com:/var/teuthology/docs/
+# publish docs to http://docs.ceph.com/docs/teuthology
+rsync -auv --delete .tox/docs/tmp/html/* /var/teuthology/docs/
- job:
name: teuthology-docs
- node: trusty
+ node: docs
project-type: freestyle
defaults: global
disabled: false
browser-url: https://github.com/ceph/teuthology.git
timeout: 20
- wrappers:
- - ssh-agent-credentials:
- users:
- # "jenkins-publish" SSH key, needed for rsync to docs.ceph.com:
- - 'fa9ca012-6731-4c7d-be74-eda748e36ee8'
-
builders:
- shell:
!include-raw ../../build/build