testing/Jenkinsfile
Jeff Baskin 5b2bd31694
Some checks failed
MoreThanText/testing/pipeline/head There was a failure building this commit
Created test.
2024-07-30 19:07:09 -04:00

6 lines
64 B
Groovy

job('example') {
steps {
shell('echo Hello World!')
}
}