Skip to content
Snippets Groups Projects
Commit e2ef5f7d authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-830: Remove unused Jenkins file. It came from an earlier experiment

parent 2f209771
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
cmakeBuild([installation: "InSearchPath", cmakeArgs: "-Wdev -DBUILD_PACKAGES=RAServices -DCMAKE_INSTALL_PREFIX=/opt/lofar"]) }
}
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