projects
/
test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d067737
)
add Jenkinsfile
author
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 22 Jun 2017 13:15:03 +0000
(09:15 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 22 Jun 2017 13:15:03 +0000
(09:15 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Jenkinsfile
[new file with mode: 0644]
patch
|
blob
diff --git a/Jenkinsfile
b/Jenkinsfile
new file mode 100644
(file)
index 0000000..
92a5046
--- /dev/null
+++ b/
Jenkinsfile
@@ -0,0
+1,7
@@
+pipeline {
+ agent any
+ stages {
+ stage("test") {
+ }
+ }
+}