Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dev-guide
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
dev-guide
Commits
ffb176aa
Commit
ffb176aa
authored
Apr 10, 2015
by
Vinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jenkins guide
parent
2951bccd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
server/jenkins_guide.md
+2
-2
No files found.
server/jenkins_guide.md
View file @
ffb176aa
...
...
@@ -27,8 +27,8 @@ git clone https://github.com/sstephenson/ruby-build.git .rbenv/plugins/ruby-buil
1.
4. Config
`.bashrc`
file
```
bash
echo
'export PATH="$HOME/.rbenv/bin:$PATH"'
>>
~/
.bashrc
echo
'eval "$(rbenv init -)"'
>>
~/
.bashrc
echo
'export PATH="$HOME/.rbenv/bin:$PATH"'
>>
.bashrc
echo
'eval "$(rbenv init -)"'
>>
.bashrc
```
### 2. Setup Jenkins
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment