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

maybe this will work

parent fa2f71ea
No related branches found
No related tags found
No related merge requests found
......@@ -18,32 +18,7 @@ pipeline {
}
}
stage('test') {
steps {
sh """
dawn-cli test
"""
}
}
stage('build') {
steps {
sh """
dawn-cli build-image -p .
"""
}
}
stage('update backend services') {
steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """
dawn-cli deploy
"""
}
}
}
post {
......
def call(Map config=[:]) {
stage('test') {
steps {
sh """
dawn-cli test
"""
}
}
stage('build') {
steps {
sh """
dawn-cli build-image -p .
"""
}
}
stage('update backend services') {
steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """
dawn-cli deploy
"""
}
}
}
\ No newline at end of file
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