Merge cfefbebab1 into 9ea946218b
This commit is contained in:
commit
b17452aedf
|
|
@ -6,7 +6,7 @@ Basic configuration of the [Amazon EC2 Plugin](https://plugins.jenkins.io/ec2)
|
|||
|
||||
```yaml
|
||||
x-ec2_anchor: &ec2_anchor
|
||||
associatePublicIp: false
|
||||
associatePublicIp: PRIVATE_IP
|
||||
connectBySSHProcess: false
|
||||
connectionStrategy: PRIVATE_IP
|
||||
deleteRootOnTermination: false
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ unclassified:
|
|||
retriever:
|
||||
modernSCM:
|
||||
scm:
|
||||
git:
|
||||
gitSource:
|
||||
remote: "https://github.com/jenkins-infra/pipeline-library.git"
|
||||
|
||||
location:
|
||||
|
|
|
|||
Loading…
Reference in New Issue