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

update

parent 6d418e89
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ pipeline { ...@@ -21,7 +21,7 @@ pipeline {
stage('test') { stage('test') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli test dawn-cli test
""" """
} }
} }
...@@ -29,16 +29,18 @@ pipeline { ...@@ -29,16 +29,18 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli build-image -p . dawn-cli build-image -p .
""" """
} }
} }
stage('update backend services') { stage('update backend services') {
steps { steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """ sh """
cd /home/tucker.siegel/go/dawn-cli dawn-cli deploy
/home/tucker.siegel/bin/dawn-cli deploy
""" """
} }
} }
......
...@@ -13,24 +13,32 @@ pipeline { ...@@ -13,24 +13,32 @@ pipeline {
git branch: 'staging', git branch: 'staging',
credentialsId: 'tucker-gitlab-login', credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd.git' url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd.git'
sh "ls -lat"
} }
} }
// stage('test') {
// steps {
// sh """
// dawn-cli test
// """
// }
// }
stage('build') { stage('build') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli build-image -p . dawn-cli build-image -p .
""" """
} }
} }
stage('update backend services') { stage('update backend services') {
steps { steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """ sh """
cd /home/tucker.siegel/go/dawn-cli dawn-cli deploy
/home/tucker.siegel/bin/dawn-cli deploy
""" """
} }
} }
......
...@@ -8,7 +8,7 @@ pipeline { ...@@ -8,7 +8,7 @@ pipeline {
} }
stages { stages {
stage('checkout') { stage('checkout') {
steps { steps {
git branch: 'staging', git branch: 'staging',
credentialsId: 'tucker-gitlab-login', credentialsId: 'tucker-gitlab-login',
...@@ -21,7 +21,7 @@ pipeline { ...@@ -21,7 +21,7 @@ pipeline {
stage('test') { stage('test') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli test dawn-cli test
""" """
} }
} }
...@@ -29,16 +29,18 @@ pipeline { ...@@ -29,16 +29,18 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli build-image -p . dawn-cli build-image -p .
""" """
} }
} }
stage('update backend services') { stage('update backend services') {
steps { steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """ sh """
cd /home/tucker.siegel/go/dawn-cli dawn-cli deploy
/home/tucker.siegel/bin/dawn-cli deploy
""" """
} }
} }
......
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