Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Basic configuration of the [Amazon EC2 Plugin](https://plugins.jenkins.io/ec2)

```yaml
x-ec2_anchor: &ec2_anchor
associatePublicIp: false
associateIpStrategy: PRIVATE_IP
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct key is associateIPStrategy and not associateIpStrategy

connectBySSHProcess: false
connectionStrategy: PRIVATE_IP
deleteRootOnTermination: false
Expand Down
2 changes: 1 addition & 1 deletion demos/jenkins/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ unclassified:
retriever:
modernSCM:
scm:
git:
gitSource:
remote: "https://github.com/jenkins-infra/pipeline-library.git"

location:
Expand Down