blob: a272712d2eaac9d601d52cd1c3e4626fed2cb78e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
To use any of the local script you need:
- a real user on jenkins that's a member of the admin role
- ~/.config/pangea-jenkins.json with your user credentials, e.g.
{
"username":"johndoe",
"password":"20343434DEADBEEF"
}
- install ruby and bundler from the archive
- install gems
bundler install --path vendor/bundle
Make sure you are in the git folder and have recently done a "git pull"
- run something
bundle exec script.rb
|