Olaf Bohlen
2020-09-23 a0f0fcb5088ee46043fb60787759ce2252d204a3
commit | author | age
2aa544 1 pipeline {
a0f0fc 2     agent any
2aa544 3     stages {
OB 4         stage('build') {
5             steps {
6                 sh 'python --version'
7             }
8         }
9     }
10 }