Skip to content
Snippets Groups Projects
Commit f21d57bb authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent ab0f5434
No related branches found
No related tags found
No related merge requests found
backendServicePipeline "https://gitlab.cs.umd.edu/dawn/crop-progress-tool.git", "staging" backendServicePipeline "https://gitlab.cs.umd.edu/dawn/crop-progress-tool.git", "staging", "crop-progress"
\ No newline at end of file \ No newline at end of file
backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gateway.git", "staging" backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gateway.git", "staging", "dawn-gateway"
\ No newline at end of file \ No newline at end of file
backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd.git", "staging" backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd.git", "staging", "dawn-gdd"
\ No newline at end of file \ No newline at end of file
...@@ -31,8 +31,8 @@ pipeline { ...@@ -31,8 +31,8 @@ pipeline {
curl -o prometheus.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.yml/raw?ref=main" curl -o prometheus.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.yml/raw?ref=main"
curl -o prometheus.rules.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.rules.yml/raw?ref=main" curl -o prometheus.rules.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.rules.yml/raw?ref=main"
curl -o rabbitmq.conf --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/rabbitmq.conf/raw?ref=main" curl -o rabbitmq.conf --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/rabbitmq.conf/raw?ref=main"
dawn-cli deploy
''' '''
sh "dawn-cli update -s dawn-manager"
} }
} }
......
backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-user.git", "staging" backendServicePipeline "https://gitlab.cs.umd.edu/dawn/go-backend/dawn-user.git", "staging", "dawn-user"
\ No newline at end of file \ No newline at end of file
def call(String repo, String branch) { def call(String repo, String branch, String serviceName) {
pipeline { pipeline {
agent any agent any
tools { tools {
...@@ -40,8 +40,8 @@ def call(String repo, String branch) { ...@@ -40,8 +40,8 @@ def call(String repo, String branch) {
curl -o prometheus.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.yml/raw?ref=main" curl -o prometheus.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.yml/raw?ref=main"
curl -o prometheus.rules.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.rules.yml/raw?ref=main" curl -o prometheus.rules.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/prometheus.rules.yml/raw?ref=main"
curl -o rabbitmq.conf --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/rabbitmq.conf/raw?ref=main" curl -o rabbitmq.conf --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/rabbitmq.conf/raw?ref=main"
dawn-cli deploy
''' '''
sh "dawn-cli update -s ${serviceName}"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment