Skip to content

Instantly share code, notes, and snippets.

@orius123
orius123 / NCRD.md
Last active December 31, 2017 10:23
Non-Code-Review Disclaimer

Non-Code-Review Disclaimer

Comments under this disclaimer were given as specific comments or messages for errors or imprvements that The Reviewer, might have found in the code.

The Reviewer, doesn’t commit to understanding the pull request in its entirety, nor even to reading all of the code of the comments file or line.

Under no circumstances shall these code-review messages or comments be liable for any indirect, incidental, consequential, special or exemplary damages arising out of or in connection with “The reviewer” message or comments, whether or not the damages were foreseeable and whether or not the reviewer was advised of the possibility of such damages.

@orius123
orius123 / jenkins_demo.inputs.yaml
Last active August 29, 2015 14:24
Jenkins demo sample inputs
remote: false
hub:
host: localhost
username: root
password: screencast
port: "49513"
image_name: selenium/hub
nodes_list:
- host: localhost
port: "49153"
Q & A
Is this mail long?
Yes. Like hell it is.
What is drone.io used for?
I use it to build a CLI that tests and packs the latest content into it.
In addition I also test here that the CLI is actually working (just a sanity check)
Where can I find the script you are using?
@orius123
orius123 / execution.log
Last active August 29, 2015 14:23
NPE for async loop
2015-06-22 11:12:58:840 2452448 [1_WorkerExecutionThread-13_101600066] INFO io.cloudslang.lang.cli.SlangCLI - Event received: SCORE_ERROR_EVENT Data is: {error_message=Error running: print_values: Error binding input: 'text',
Error is: Error in running script expression or variable reference, for expression: 'fromInputs['input_' + str(value)]',
Script exception is: javax.script.ScriptException: NameError: name 'fromInputs' is not defined in <script> at line number 1, systemContext={NEW_SPLIT_ID=cf6634d6-171e-40af-90a3-71267f9bae84, executionIdContext=101600066, FLOW_TERMINATION_TYPE=SYSTEM_FAILURE, BRANCH_DATA=[io.cloudslang.score.api.StartBranchDataContainer@5f63c5b, io.cloudslang.score.api.StartBranchDataContainer@5f63c5b], BEGIN_STEPS_MAP={simplecp.operations.print=1, simplecp.flow_system_properties_async=1}, SCORE_EVENTS_QUEUE=[io.cloudslang.score.events.ScoreEvent@1c09006a], RUNNING_PLANS_MAP={simplecp.operations.print=100000001, simplecp.flow_system_properties_async=100000003}, BRANCH_ID=cf6634d6-1
operation:
name: print
inputs:
- host
- port
action:
python_script: |
...
outputs:
- op_result