source: OpenRLabs-Git/Jenkinsfile @ 01c1811

main
Last change on this file since 01c1811 was 01c1811, checked in by unizar <admin@…>, 22 months ago

Adds Jenkinsfile

  • Property mode set to 100644
File size: 162 bytes
RevLine 
[01c1811]1pipeline {
2    agent any
3
4    stages {
5        stage('Build') {
6            steps {
7                echo 'Jenkinsfile for ogagent'
8            }
9        }
10    }
11}
Note: See TracBrowser for help on using the repository browser.