0
我正在Jenkins上運行Docker容器。我無法在jenkins上安裝任何東西,所以我在docker上做了一些處理,並希望將結果提供給主機。如果我在Docker容器中設置了一個環境變量,我該如何將它提取到我的jenkins主機?從Docker導出環境變量到主機
I can see that I can write the env variable to a file and copy it to the host,但有沒有另一種方法?