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

rebuild stage

parent 56e53029
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,14 @@ pipeline { ...@@ -43,6 +43,14 @@ pipeline {
} }
} }
stage('rebuild') {
steps {
sh """
/home/tucker.siegel/bin/dawn-cli build-image -p .
"""
}
}
stage('update backend services') { stage('update backend services') {
steps { steps {
sh """ sh """
......
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