Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Aug 7, 2024
1 parent 290beef commit 76a15db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@

TARGET_BRANCH = '202408'

EXERCISE_FOLDERS = [
"401.end": "ex401/ex401.end"
]

/* commenting out temporarily
EXERCISE_FOLDERS = [
"base": "base",
"101.1.1": "ex101/ex101.1.1",
"201.end": "ex201/ex201.end",
"401.end": "ex401/ex401.end",
]
*/

pipeline {
agent { node { label 'docker-multi-arch' } }
Expand Down

0 comments on commit 76a15db

Please sign in to comment.