Skip to content

Commit 01a6865

Browse files
committed
Add HTML trace sequence diageam of creating an artifact
1 parent 9608fb0 commit 01a6865

File tree

3 files changed

+183
-1
lines changed

3 files changed

+183
-1
lines changed

elmclient/examples/dn_simple_createartifact.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@
6666
##################################################################################
6767
if __name__=="__main__":
6868
if len(sys.argv) != 4:
69+
print( 'A typical commandline might be: dn_simple_createartifact.py "Stakeholder Requirement" "My first stakefilder requirement" /' )
6970
raise Exception( 'You must provide: The artifact type, the artifact text, and the folder path to create the artifact in - each surrounded by " if including spaces' )
7071

72+
print( f"Attempting to create a '{sys.argv[1]}' in project '{proj}' in configuration {conf} in folder '{sys.argv[3]}'" )
73+
print( f"Using credentials user '{username}' password '{password}'")
74+
7175
# create our "server" which is how we connect to DOORS Next
7276
# first enable the proxy so if a proxy is running it can monitor the communication with server (this is ignored if proxy isn't running)
7377
elmserver.setupproxy(jazzhost,proxyport=8888)

0 commit comments

Comments
 (0)