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 {
stages {
stage('Build') {
steps {
sh 'ls && pwd'
docker-compose -f LCU/Maintenance/Docker/compose_build.yml build
sh 'ls && pwd',
sh 'docker-compose -f LCU/Maintenance/Docker/compose_build.yml build'
}
}
stage('Test') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment