Created test.
Some checks failed
MoreThanText/testing/pipeline/head There was a failure building this commit

This commit is contained in:
Jeff Baskin 2024-07-30 19:07:09 -04:00
parent 5c4719ab6a
commit 5b2bd31694
2 changed files with 6 additions and 0 deletions

5
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,5 @@
job('example') {
steps {
shell('echo Hello World!')
}
}

View File

@ -0,0 +1 @@
this is Jenkins test.