This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
joid:ci_integration [2016/01/26 14:09] David Blaisonneau [Projects default] |
joid:ci_integration [2016/01/26 14:21] (current) David Blaisonneau [Jenkins defaults] |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| # Git URL to use on this Jenkins Slave | # Git URL to use on this Jenkins Slave | ||
| export GIT_BASE=https://gerrit.opnfv.org/gerrit/$PROJECT | export GIT_BASE=https://gerrit.opnfv.org/gerrit/$PROJECT | ||
| + | |||
| + | # Project Name | ||
| + | export PROJECT=joid | ||
| + | |||
| + | # Place of jenkins workspace | ||
| + | export WORKSPACE=$HOME/workspace/joid-deploy-<scenario>/ | ||
| + | # in case of local script testing | ||
| + | export WORKSPACE=$HOME/joid/ | ||
| + | |||
| </code> | </code> | ||
| + | |||
| + | |||
| ====Projects default==== | ====Projects default==== | ||
| Line 113: | Line 124: | ||
| <code>source ~/deploy_params.sh</code> | <code>source ~/deploy_params.sh</code> | ||
| * Get the script | * Get the script | ||
| - | <code>wget https://git.opnfv.org/cgit/releng/tree/jjb/joid/joid-deploy.sh</code> | + | <code>wget https://git.opnfv.org/cgit/releng/plain/jjb/joid/joid-deploy.sh |
| + | chmod +x joid-deploy.sh</code> | ||
| * Run the script | * Run the script | ||
| <code>./joid-deploy.sh</code> | <code>./joid-deploy.sh</code> | ||