Update jenkinsfile
This commit is contained in:
@@ -40,13 +40,13 @@ pipeline {
|
||||
|
||||
stage('Spring Docker Build') {
|
||||
steps {
|
||||
sh 'docker-compose build spring'
|
||||
sh 'docker build -t registry.unifihomenetwork.com/gameovergne-api:dev-latest ./api'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Angular Docker Build') {
|
||||
steps {
|
||||
sh 'docker-compose build angular'
|
||||
sh 'docker build -t registry.unifihomenetwork.com/gameovergne-client:dev-latest ./client'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user