6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
job('example') {
|
||
|
steps {
|
||
|
shell('echo Hello World!')
|
||
|
}
|
||
|
}
|