Skip to content
Open
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ce1a966
feat: update Jenkinsfile
bettyli037 May 16, 2023
fc35cce
deploy: Merge pull request #78 from bettyli037/master
marcdubybroad May 16, 2023
9fe2785
docker: changed flask version to resolve build issue
marcduby May 16, 2023
1ff7839
Merge branch 'master' of github.com:broadinstitute/genetics-kp-dev
marcduby May 16, 2023
289ed62
itrb: fixing another dependency issue
marcduby May 17, 2023
38a98cd
feat: update Jenkinsfile
bettyli037 May 18, 2023
704e153
feat: update Jenkinsfile
bettyli037 May 18, 2023
104d2df
itrb: downgrade flask version due to compatibility issues
marcdubybroad May 18, 2023
12bb87d
itrb: add swagger to connexion pip install
marcdubybroad May 18, 2023
7bf20c3
itrb: upgraded connexion for CI build
marcduby May 19, 2023
ba869b5
itrb: upgraded python image for CI build
marcduby May 19, 2023
a959a8d
Merge branch 'broadinstitute:master' into master
bettyli037 May 19, 2023
cbefed0
Merge pull request #79 from bettyli037/master
marcdubybroad May 19, 2023
9542c1c
test: modified ITRB CI server signature
marcdubybroad May 22, 2023
ea0bcd0
Merge branch 'master' of github.com:broadinstitute/genetics-kp-dev
marcdubybroad May 22, 2023
36e6c03
registry: added CI trapi 1.4 entry
marcdubybroad May 22, 2023
3980591
test: moved CI test to trapi 1.4
marcdubybroad May 23, 2023
e837fc7
build: extrated db passwd from test script
marcdubybroad May 25, 2023
0b94b5b
build(deps): bump flask from 2.1.1 to 2.2.5 in /python-flask-server
dependabot[bot] May 25, 2023
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
3 changes: 2 additions & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ pipeline {
sh '''
aws --region ${AWS_REGION} eks update-kubeconfig --name ${KUBERNETES_CLUSTER_NAME}
/bin/bash prepare.sh
mv values-ncats.yaml translator-ops/ops/geneticskp/values-ncats.yaml
cd translator-ops/ops/geneticskp/
/bin/bash deploy.sh
'''
Expand All @@ -108,4 +109,4 @@ pipeline {
}
}
}
}
}