Olaf Bohlen
2023-02-08 9169f5ffbac208016f9029377796ce7c8ac7be95
when
1 files modified
6 ■■■■ changed files
Jenkinsfile 6 ●●●● patch | view | raw | blame | history
Jenkinsfile
@@ -7,10 +7,10 @@
    )
    }
    stages {
    input {
        message "Enter anything> "
    }
    stage('first stage') {
        when {
        expression { params.PERSON == 'Fritz' }
        }
        steps {
            echo "Moin ${params.PERSON}"
            sh 'uname -a'