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

OSB-45: invalid syntax

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