source: ogAgent-Git/Jenkinsfile @ 08f7e44

configure-ptt-chedecorare-oglive-methodsejecutarscript-b64fix-cfg2objfixes-winlgromero-filebeatmainmodulesnew-browserno-ptt-paramogadmcliogadmclient-statusogagent-jobsogcore1oglogoglog2override-moduleping1ping2ping3ping4report-progressunification2unification3
Last change on this file since 08f7e44 was e1dbd89, checked in by unizar <admin@…>, 22 months ago

Adds Jenkinsfile

  • Property mode set to 100644
File size: 162 bytes
Line 
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.