Skip to content

Commit

Permalink
Fix jenkins.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 2, 2021
1 parent cc5c2e7 commit 2e802b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/images/jenkins-controller/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jenkins:
port: 22
retryWaitTime: 15
javaPath: "/opt/java/openjdk/bin/java"
sshHostKeyVerificationStrategy: "nonVerifyingKeyVerificationStrategy"
sshHostKeyVerificationStrategy:
manuallyTrustedKeyVerificationStrategy:
requireInitialManualTrust: false
name: "java11-agent"
numExecutors: 1
remoteFS: "/var/data"
Expand Down Expand Up @@ -177,7 +179,6 @@ jobs:
}
}
};
p
freeStyleJob('freestyle-analysis-model') {
scm {
git {
Expand Down

0 comments on commit 2e802b7

Please sign in to comment.