Jeff Baskin
5b2bd31694
Some checks failed
MoreThanText/testing/pipeline/head There was a failure building this commit
6 lines
64 B
Groovy
6 lines
64 B
Groovy
job('example') {
|
|
steps {
|
|
shell('echo Hello World!')
|
|
}
|
|
}
|