summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 824cea4..36f8ab5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,9 +7,9 @@ pipeline {
cmakeBuild installation: 'InSearchPath',
buildDir: 'build',
sourceDir: 'src',
- steps: [[args: '.']]
+ steps: [[args: 'all']]
- archiveArtifacts artifacts: 'Lox.jar',
+ archiveArtifacts artifacts: 'build/com/craftinginterpreters/lox/Lox.jar',
fingerprint: false,
onlyIfSuccessful: true
}