Browse Source

fix method call

pr-readme
Steffen Nitschke 3 years ago
parent
commit
0cc30573ab
  1. 4
      Jenkinsfile

4
Jenkinsfile

@ -61,7 +61,9 @@ pipeline {
success { success {
script { script {
if ({env.BRANCH_NAME}.startsWith('pr-')) {
#!groovy
if (env.BRANCH_NAME.startsWith('pr-')) {
// git url: "git@gogs.informatik.hs-fulda.de:SteffenN/Multi-Chess.git", // git url: "git@gogs.informatik.hs-fulda.de:SteffenN/Multi-Chess.git",
// credentialsId: 'jenkins_ssh_key', // credentialsId: 'jenkins_ssh_key',

Loading…
Cancel
Save