This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -XPOST https://admin:[email protected]/configuration-as-code/reload | |
<!DOCTYPE html><html><head resURL="/static/e69227bd" data-rooturl="" data-resurl="/static/e69227bd"> | |
<title>Jenkins [Jenkins]</title><link rel="stylesheet" href="/static/e69227bd/css/layout-common.css" type="text/css" /><link rel="stylesheet" href="/static/e69227bd/css/style.css" type="text/css" /><link rel="stylesheet" href="/static/e69227bd/css/color.css" type="text/css" /><link rel="stylesheet" href="/static/e69227bd/css/responsive-grid.css" type="text/css" /><link rel="shortcut icon" href="/static/e69227bd/favicon.ico" type="image/vnd.microsoft.icon" /><link color="black" rel="mask-icon" href="/images/mask-icon.svg" /><script>var isRunAsTest=false; var rootURL=""; var resURL="/static/e69227bd";</script><script src="/static/e69227bd/scripts/prototype.js" type="text/javascript"></script><script src="/static/e69227bd/scripts/behavior.js" type="text/javascript"></script><script src='/adjuncts/e69227bd/org/kohsuke/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
name: drone-agent | |
labels: | |
heritage: drone-cicd | |
spec: | |
replicas: 1 | |
selector: | |
name: drone-agent |