Skip to content

Instantly share code, notes, and snippets.

@frizop
Created January 9, 2020 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frizop/5020f7bd43127ce21cb600ef67520438 to your computer and use it in GitHub Desktop.
Save frizop/5020f7bd43127ce21cb600ef67520438 to your computer and use it in GitHub Desktop.
failed output
POST /pipeline-model-converter/validate HTTP/1.1
Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept: */*
User-Agent: Ruby
Host: jenkins.local:8080
Authorization: Basic <snip>
Jenkins-Crumb: <snip>
Content-Type: multipart/form-data; boundary=ZLDV94RZZtt80rOKL2tQJUCsd66OFPTrv1d_ePqWuKw1guluDAVVkQ
Content-Length: 1348
--ZLDV94RZZtt80rOKL2tQJUCsd66OFPTrv1d_ePqWuKw1guluDAVVkQ
Content-Disposition: form-data; name="jenkinsfile"; filename="Jenkinsfile"
Content-Type: application/octet-stream
pipeline {
agent any
stages {
<snip>
}
}
--ZLDV94RZZtt80rOKL2tQJUCsd66OFPTrv1d_ePqWuKw1guluDAVVkQ--
HTTP/1.1 200 OK
Date: Thu, 09 Jan 2020 19:39:54 GMT
X-Content-Type-Options: nosniff
Content-Type: text/plain;charset=utf-8
Content-Length: 25
Server: Jetty(9.4.z-SNAPSHOT)
No Jenkinsfile specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment