Skip to content
Snippets Groups Projects
Commit 4ebfc37d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-45: invalid jenkinsfile

parent 614c60ac
No related branches found
No related tags found
1 merge request!89Monitoring maintenance Epic branch merge
...@@ -4,8 +4,8 @@ pipeline { ...@@ -4,8 +4,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'ls && pwd' sh 'ls && pwd',
docker-compose -f LCU/Maintenance/Docker/compose_build.yml build sh 'docker-compose -f LCU/Maintenance/Docker/compose_build.yml build'
} }
} }
stage('Test') { stage('Test') {
......
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