This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: "stagelockalias" | |
| description: "Unlock, Unlock all, Lock, or Read a list of repos" | |
| action_ref: packtest.stagelock | |
| formats: | |
| - "stagelock {{action}} {{repos}}" | |
| - "sl {{action}} {{repos}}" | |
| ack: | |
| format: "roar" | |
| result: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-12-23T01:23:02.717590+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] Found 0 rules defined for trigger st2.generic.actiontrigger (type=core.st2.generic.actiontrigger) | |
| 2015-12-23T01:23:02.718608+00:00 localhost st2rulesengine[12473]: DEBUG 140445298568080 log [-] [1st_pass] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.719485+00:00 localhost st2rulesengine[12473]: DEBUG 140445298568080 log [-] [2nd_pass] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.720428+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.721660+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] Matched 0 rule(s) for trigger_instance st2.generic.actiontrigger (type=core.st2.generic.actiontrigger) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +-----------------------------------------+----------+-----------------------------------------------------------+---------+ | |
| | ref | pack | description | enabled | | |
| +-----------------------------------------+----------+-----------------------------------------------------------+---------+ | |
| | chatops.notify | chatops | Notification rule to send results of action executions to | True | | |
| | | | stream for chatops | | | |
| | hubot.notify_hubot | hubot | Notification rule to send messages to Hubot | True | | |
| | hubot.restart_hubot | hubot | Restart local hubot instance. | False | | |
| | packtest.build_jobs | packtest | Build jobs for lazy developers. | True | | |
| | packtest.inception |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "os" | |
| "os/exec" | |
| ) | |
| func main() { | |
| karg0 := "ls" | |
| karg1 := "-al" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bytes" | |
| "flag" | |
| "os" | |
| "os/exec" | |
| "time" | |
| ) |
NewerOlder