0
我想使用Nexus 3的嵌入式groovy,而不是安裝安裝openjdk java的groovy軟件包。是否有捷徑可尋?執行Nexus 3嵌入式groovy
我想用嵌入式常規運行此命令:
groovy addUpdateScript.groovy -u "admin" -p "admin123" -n "raw" -f "rawRepositories.groovy" -h "http://localhost:8081"
這是Groovy腳本支持添加到Nexus3廚師食譜: https://supermarket.chef.io/cookbooks/nexus3
所以你說我可以上傳一個複雜的groovy腳本通過curl PUT切換內容類型爲文本/平原像這樣? curl -v -X PUT -u admin:admin123 --header「Content-Type:text/plain」「http:// localhost:8081/service/siesta/rest/v1/script/$ name」-d @ $ myComplexGroovyFile –
是的。有一些shell腳本用於創建,刪除和運行倉庫中的作業。還有一些,並檢查視頻演示,看看他們在行動。 –
謝謝,我會試一試。我已經看過視頻,但沒有意識到我也可以上傳一個groovy文件。我認爲它只能是一個json文件。我參考了視頻以及腳本:https://github.com/dhoer/chef-nexus3/tree/master/api_examples#api_examples。感謝您將這些演示和示例放在那裏。我希望在廚師資源中添加更多例如ldap config等。 –