Skip to content

Commit

Permalink
Add example command for triggering parameterised build with console o…
Browse files Browse the repository at this point in the history
…utput.
  • Loading branch information
cliffano committed Feb 13, 2016
1 parent 0f80adf commit ced7ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,10 @@ Trigger a build, wait for 5 seconds, then display console output:

nestor build --pending 5000 --console <job>

Trigger a parameterised build followed by console output:

nestor build <job> ["param1=value1&param2=value2"] --console

Display latest build console output:

nestor console <job>
Expand Down
3 changes: 2 additions & 1 deletion conf/commands.json
Expand Up @@ -18,6 +18,7 @@
"nestor build <job> <\"param1=value1&param2=value2\">",
"nestor build --console <job>",
"nestor build --pending <5000> --console <job>",
"nestor build <job> <\"param1=value1&param2=value2\"> --console",
"JENKINS_URL=http://host:8080 nestor build --interactive <job>",
"JENKINS_URL=http://host:8080 nestor build <job>",
"nestor build --url <http://host:8080> <job>"
Expand Down Expand Up @@ -253,4 +254,4 @@
]
}
}
}
}

0 comments on commit ced7ccb

Please sign in to comment.