source: ogAgent-Git/Jenkinsfile @ 5294919

configure-ptt-chedecorare-oglive-methodsejecutarscript-b64fix-cfg2objfixes-winlgromero-filebeatmainmodulesnew-browserno-ptt-paramogadmcliogadmclient-statusogagent-jobsogagent-macosogcore1oglogoglog2override-moduleping1ping2ping3ping4py3-winreport-progressunification2unification3versionswindows-fixes
Last change on this file since 5294919 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.