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 }