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
| #! /bin/sh | |
| # | |
| # Copyright (c) 1999, 2006 Tanuki Software Inc. | |
| # | |
| # Java Service Wrapper sh script. Suitable for starting and stopping | |
| # wrapped Java applications on UNIX platforms. | |
| # | |
| #----------------------------------------------------------------------------- |
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
| #!/bin/bash | |
| # bamboo-agent Init script for running bamboo agent | |
| # | |
| # chkconfig: 2345 98 02 | |
| # | |
| # description: Starts and stops bamboo agent | |
| # This is just a delegator to the Bamboo agent script. | |
| USER=bamboo | |
| AGENT_HOME=/home/$USER/bamboo-agent-home/bin |
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
| curl -X PUT -u username:password "https://yourartifactoryserver.com/artifactory/api/storage/some-repository-local/exact/desired/path/file.zip?properties=foo=bar|a%20spaced%20%key=somevalue|version=1.2.3.4|someweird\=value=foo\=bar |
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
| curl --user username:password --upload-file "/home/user/path/to/file.zip" -H"X-Checksum-Sha1:1EFC9E5F84D4713CB7304625FE0CB2A1F39709A4" -H"X-Checksum-Md5:B32BB2F9317DCE938CC8A34742D4EF8D" -X PUT "https://yourartifactoryserver.com/artifactory/some-repository-local/exact/desired/path/file.zip" |
NewerOlder