ium_444354/Jenkinsfile
Adrian Charkiewicz 73ca8da6a5 anothertest
2022-03-23 11:17:03 +01:00

12 lines
174 B
Groovy

pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello wordle123!'
}
}
}
}