Skip to content

Commit

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

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 290beef

Please sign in to comment.