Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dockerfiles #6

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
73651f1
Create README.md
lexarflash8g Feb 24, 2021
b0ad880
Update README.md
lexarflash8g Feb 24, 2021
cd526b3
Update README.md
lexarflash8g Feb 24, 2021
3541ea5
Update README.md
lexarflash8g Feb 24, 2021
3700d06
Update README.md
lexarflash8g Feb 24, 2021
f69cdea
new
lexarflash8g Feb 25, 2021
78e1dae
new
lexarflash8g Feb 25, 2021
093e9b4
new
lexarflash8g Feb 25, 2021
032139d
new
lexarflash8g Feb 25, 2021
c7bfcc0
new
lexarflash8g Feb 25, 2021
e43981b
new
lexarflash8g Feb 25, 2021
7e3f29d
new
lexarflash8g Feb 25, 2021
9631ddf
new
lexarflash8g Feb 25, 2021
328e3e5
tset
lexarflash8g Feb 25, 2021
9cb29ea
tset
lexarflash8g Feb 25, 2021
5294b62
tset
lexarflash8g Feb 25, 2021
01da7ff
new
lexarflash8g Feb 25, 2021
0a5e9b3
new
lexarflash8g Feb 25, 2021
bd06c08
new
lexarflash8g Feb 25, 2021
06f0170
Merge pull request #2 from lexarflash8g/feature/workerpipe
lexarflash8g Feb 25, 2021
57aa424
new
lexarflash8g Feb 26, 2021
08f8e14
new
lexarflash8g Feb 26, 2021
a15ca8b
new
lexarflash8g Feb 26, 2021
6f8feaf
new
lexarflash8g Feb 26, 2021
18606ae
new
lexarflash8g Feb 26, 2021
5693cf3
new
lexarflash8g Feb 26, 2021
3b4a9df
new
lexarflash8g Feb 26, 2021
6a50782
new
lexarflash8g Feb 26, 2021
d791c3c
new
lexarflash8g Feb 26, 2021
8309c63
new
lexarflash8g Feb 26, 2021
817708e
new
lexarflash8g Feb 26, 2021
3988edb
new
lexarflash8g Feb 26, 2021
3f96029
new
lexarflash8g Feb 26, 2021
709e3ac
new
lexarflash8g Feb 26, 2021
eeb8b04
new
lexarflash8g Feb 26, 2021
d65ab57
new
lexarflash8g Feb 26, 2021
8b8df2b
new
lexarflash8g Feb 26, 2021
3d181ad
new
lexarflash8g Feb 26, 2021
1aca1a2
new
lexarflash8g Feb 26, 2021
55e6335
new
lexarflash8g Feb 26, 2021
9380193
new
lexarflash8g Feb 26, 2021
444e050
new
lexarflash8g Feb 26, 2021
03eb23e
new
lexarflash8g Feb 26, 2021
548781c
new
lexarflash8g Feb 26, 2021
4a203d7
new
lexarflash8g Feb 26, 2021
35608da
new
lexarflash8g Feb 26, 2021
67bed01
new
lexarflash8g Feb 27, 2021
2e9b648
new
lexarflash8g Feb 27, 2021
88b1fe0
new
lexarflash8g Feb 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
new
  • Loading branch information
lexarflash8g committed Feb 26, 2021
commit d65ab570e6b5671e228f39995dc6843f6660279a
2 changes: 1 addition & 1 deletion vote/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
docker{
image 'python:2.7.16-slim'
}
}

stages{
stage('build'){
when{
Expand Down