ium_470618/Jenkinsfile

1 line
154 B
Plaintext
Raw Normal View History

2023-03-23 12:40:53 +01:00
pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' } } } }