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
| ❯ ./Paseo-0.1.51-x86_64.AppImage | |
| 15:14:28.317 › [open-project] argv: [ '/tmp/.mount_Paseo-CZx4Q9/Paseo.bin', '--no-sandbox' ] | |
| 15:14:28.325 › [open-project] isDefaultApp: null | |
| 15:14:28.326 › [open-project] pendingOpenProjectPath: null | |
| (node:389424) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. | |
| (Use `Paseo.bin --trace-deprecation ...` to show where the warning was created) | |
| (electron) 'console-message' arguments are deprecated and will be removed. Please use Event<WebContentsConsoleMessageEventParams> object instead. | |
| 15:14:29.134 › [expo-notifications] Listening to push token changes is not yet fully supported on web. Adding a listener will have no effect. | |
| 15:14:29.290 › [open-project] renderer requested pending path: null | |
| Checking for update |
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
| { | |
| "product_list": [ | |
| { | |
| "name": "myproduct", | |
| "component_list": [ | |
| { | |
| "codeId": "hjfjd737fj398", | |
| "name": "mycomponent", | |
| "url": "http://downloadthebinaryfromhere:8081/artifactory/stable-dev/dev/mycomponent/mycomponent-1502806840000.war" | |
| } |
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
| { | |
| "product_list": [ | |
| { | |
| "name": "myproduct", | |
| "component_list": [ | |
| { | |
| "codeId": "hjfjd737fj398", | |
| "name": "mycomponent", | |
| "url": "http://downloadthebinaryfromhere:8081/artifactory/stable-dev/dev/mycomponent/mycomponent-1502806840000.war" | |
| } |
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
| { | |
| "jenkinsnodes": { | |
| "ef28fc6f49ffb81": { | |
| "secret": "7c04db078a2fd27d2596ae360dd471a019382e30ef4965b87f2fcc1ca3e84d4d" | |
| } | |
| }, | |
| "stack": "8", | |
| "product_list": [ | |
| { | |
| "name": "api-designer", |
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: Print current stack | |
| debug: | |
| var: stack | |
| - name: deploy products | |
| include: "{{ product.name }}.yml product_name={{ product.name }} component_list={{ product.component_list }}" | |
| with_items: | |
| - "{{ product_list }}" | |
| loop_control: |
