source: Jenkinsfile @ 7b89763

configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 7b89763 was 7b89763, checked in by unizar <admin@…>, 22 months ago

Add Jenkinsfile

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