Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
1e00418a
Commit
1e00418a
authored
Feb 26, 2019
by
Mahesh Jethanandani
Committed by
Michele Carignani
Apr 24, 2019
Browse files
Fixed the build for tree diagram
parent
41d7e53e
Changes
1
Show whitespace changes
Inline
Side-by-side
.jenkins.sh
View file @
1e00418a
...
@@ -14,6 +14,7 @@ IMG="$IMG_NAME:$VERSION"
...
@@ -14,6 +14,7 @@ IMG="$IMG_NAME:$VERSION"
docker build
--tag
"
$IMG
"
.
docker build
--tag
"
$IMG
"
.
docker run
"
$IMG
"
docker run
"
$IMG
"
echo
"Building HTML tree"
docker run
-v
"src/yang:/yang"
mjethanandani/pyang
"/bin/sh"
-c
"pyang -f jstree /yang/*"
>
"etsi-nfv.html"
docker run
-v
"src/yang:/yang"
mjethanandani/pyang
"/bin/sh"
-c
"pyang -f jstree /yang/*"
>
"etsi-nfv.html"
exit
$?
exit
$?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment