Skip to content

Commit

Permalink
Adding toy Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
dmick committed Nov 1, 2024
1 parent 4b3747a commit ccbf47b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# vim: ts=2 sw=2 expandtab
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo "Hello world!"
}
}
}
}

0 comments on commit ccbf47b

Please sign in to comment.