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

OSB-28: removed jenkinsfile directory

parent 024f6f4c
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -5427,7 +5427,6 @@ SubSystems/LCU_MAC/doc/package.dox -text
SubSystems/LTAIngest/CMakeLists.txt -text
SubSystems/LTAIngest/doc/package.dox -text
SubSystems/MCU_MAC/doc/package.dox -text
SubSystems/MonitorTest/DBInterface/test_deploy.Jenkinsfile -text
SubSystems/Offline/doc/package.dox -text
SubSystems/Online_Cobalt/doc/package.dox -text
SubSystems/Online_Cobalt/install/init.d-qpidd.sh eol=lf
......
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
}
}
stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
}
}
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