Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Dec 3, 2023
1 parent 4385b16 commit 0bef67a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions player/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

/* custom, shared checkout function */
def myCheckout() {
dir('player') {
git url: 'https://github.com/EasyRPG/Player.git'
}
}

/* Player */

pipeline {
Expand Down Expand Up @@ -115,11 +123,3 @@ pipeline {

}
}


/* custom, shared checkout function */
void myCheckout() {
dir('player') {
git url: 'https://github.com/EasyRPG/Player.git'
}
}

0 comments on commit 0bef67a

Please sign in to comment.