workout/Jenkinsfile

10 lines
94 B
Groovy

pipeline {
stages {
stage('Build') {
steps {
sh 'env'
}
}
}
}