This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +62
-31
lines changed
main/java/com/github/jobson/jobs
java/com/github/jobson/jobs/execution
resources/fixtures/systemtests Expand file tree Collapse file tree 14 files changed +62
-31
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ addons:
1414 - python3
1515 - python3-pip
1616 - python3-setuptools
17+ - python3-venv
1718 - nodejs
1819 - docker
1920before_install :
2021- gem install fpm --version 1.10.0
21- - pip3 install --user --upgrade pip virtualenv
22- - virtualenv -p python3 venv
22+ - pip3 install --user --upgrade pip
23+ - python3 -m venv venv/
2324- source venv/bin/activate
2425- pip3 install -r jobson-docs/requirements.txt
2526script : mvn package
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ Requires java (8+):
4848
4949` ` ` bash
5050# install and add to PATH
51- wget https://github.com/adamkewley/jobson/releases/download/1.0.10 /jobson-nix-1.0.10 .tar.gz
52- tar xvf jobson-nix-1.0.10 .tar.gz
53- export PATH=$PATH:jobson-nix-1.0.10 /bin
51+ wget https://github.com/adamkewley/jobson/releases/download/1.0.11 /jobson-nix-1.0.11 .tar.gz
52+ tar xvf jobson-nix-1.0.11 .tar.gz
53+ export PATH=$PATH:jobson-nix-1.0.11 /bin
5454
5555# create demo workspace
5656jobson new --demo
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-deb</artifactId >
1717 <dependency >
1818 <groupId >com.github.jobson</groupId >
1919 <artifactId >jobson-nix</artifactId >
20- <version >1.0.10 </version >
20+ <version >1.0.11 </version >
2121 <type >tar.gz</type >
2222 </dependency >
2323 </dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-docker</artifactId >
1717 <dependency >
1818 <groupId >com.github.jobson</groupId >
1919 <artifactId >jobson-deb</artifactId >
20- <version >1.0.10 </version >
20+ <version >1.0.11 </version >
2121 <type >deb</type >
2222 </dependency >
2323 </dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-docs</artifactId >
14- <version >1.0.10 </version >
14+ <version >1.0.11 </version >
1515 <packaging >pom</packaging >
1616
1717 <dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-nix</artifactId >
1717 <dependency >
1818 <groupId >com.github.jobson</groupId >
1919 <artifactId >jobson</artifactId >
20- <version >1.0.10 </version >
20+ <version >1.0.11 </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >com.github.jobson</groupId >
2424 <artifactId >jobson-docs</artifactId >
25- <version >1.0.10 </version >
25+ <version >1.0.11 </version >
2626 <type >tar.gz</type >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.jobson</groupId >
3030 <artifactId >jobson-ui</artifactId >
31- <version >1.0.10 </version >
31+ <version >1.0.11 </version >
3232 <type >tar.gz</type >
3333 </dependency >
3434 </dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-swagger-ui</artifactId >
14- <version >1.0.10 </version >
14+ <version >1.0.11 </version >
1515 <packaging >pom</packaging >
1616
1717 <dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-swagger</artifactId >
14- <version >1.0.10 </version >
14+ <version >1.0.11 </version >
1515 <packaging >pom</packaging >
1616
1717 <dependencies >
1818 <dependency >
1919 <groupId >com.github.jobson</groupId >
2020 <artifactId >jobson</artifactId >
21- <version >1.0.10 </version >
21+ <version >1.0.11 </version >
2222 <exclusions >
2323 <exclusion >
2424 <groupId >com.fasterxml</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson-ui</artifactId >
14- <version >1.0.10 </version >
14+ <version >1.0.11 </version >
1515 <packaging >pom</packaging >
1616
1717 <build >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.jobson</groupId >
99 <artifactId >jobson-project</artifactId >
10- <version >1.0.10 </version >
10+ <version >1.0.11 </version >
1111 </parent >
1212
1313 <artifactId >jobson</artifactId >
14- <version >1.0.10 </version >
14+ <version >1.0.11 </version >
1515 <packaging >jar</packaging >
1616
1717 <dependencies >
You can’t perform that action at this time.
0 commit comments