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

fix

parent 663dadf1
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ pipeline { ...@@ -13,8 +13,8 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
git branch: 'staging', git branch: 'staging',
credentialsId: 'tucker-gitlab-login', credentialsId: 'tgsiegel-gitlab-ssh',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gateway' url: 'git@gitlab.cs.umd.edu:dawn/go-backend/dawn-gateway.git'
sh ''' sh '''
sudo docker build -t docker.registry.dawn.int:5000/dawn/dawn-gateway:latest . -f Dockerfile sudo docker build -t docker.registry.dawn.int:5000/dawn/dawn-gateway:latest . -f Dockerfile
......
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