“Jenkinsfile Run Curl w funkcji” Kod odpowiedzi

Jenkinsfile Run Curl w funkcji

def response = sh(script: 'curl https://some-host/some-service/getApi?apikey=someKey', returnStdout: true)
Grotesque Grivet

Jenkinsfile Run Curl w funkcji

def response = sh 'curl https://some-host/some-service/getApi?apikey=someKey'
Grotesque Grivet

Odpowiedzi podobne do “Jenkinsfile Run Curl w funkcji”

Pytania podobne do “Jenkinsfile Run Curl w funkcji”

Więcej pokrewnych odpowiedzi na “Jenkinsfile Run Curl w funkcji” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu