source: Jenkinsfile @ ebc3c8bb

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 ebc3c8bb was ebc3c8bb, checked in by unizar <admin@…>, 22 months ago

Adds options of environment in pipeline jenkins

  • Property mode set to 100644
File size: 329 bytes
Line 
1pipeline {
2    agent any
3    parameters {
4        choice(name: 'ENVIRONMENT', choices: ['prepro', 'dev', 'prod'], description: 'Environment where to run the tests, by default prepro')
5    }
6
7    stages {
8        stage('Build') {
9            steps {
10                echo 'Jenkinsfile for opengnsys'
11            }
12        }
13    }
14}
Note: See TracBrowser for help on using the repository browser.