“Jenkinsfile Run Curl em uma função” Respostas de código

Jenkinsfile Run Curl em uma função

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

Jenkinsfile Run Curl em uma função

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

Respostas semelhantes a “Jenkinsfile Run Curl em uma função”

Perguntas semelhantes a “Jenkinsfile Run Curl em uma função”

Mais respostas relacionadas para “Jenkinsfile Run Curl em uma função” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código