| commit | 37efaf852dee9bcce2f70eedc12071d3372d3359 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Jun 23 11:26:16 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Jun 23 11:37:22 2017 -0400 |
| tree | f26945e2f356656ae77f76e65ed384f51d5bf277 | |
| parent | 420ea4339904d907d53714bfa47f972d56350285 [diff] |
updates to jenkins Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com> Change-Id: I1df921e19b5ff95412e8f4c6b042c7414232e35e
diff --git a/Jenkinsfile b/Jenkinsfile index de3bcc9..fd340d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -7,6 +7,7 @@ ]) ]) + def Get_MDG(project) { // split the project. def values = project.split('/')
diff --git a/devops-stages/stage-archive.sh b/devops-stages/stage-archive.sh index e69de29..4ec88f3 100755 --- a/devops-stages/stage-archive.sh +++ b/devops-stages/stage-archive.sh
@@ -0,0 +1,3 @@ +mkdir -p dists +touch dists/test.deb +
diff --git a/file3.txt b/file3.txt new file mode 100644 index 0000000..ee87853 --- /dev/null +++ b/file3.txt
@@ -0,0 +1 @@ +hello world 3