diff --git a/Jenkinsfile b/Jenkinsfile index 23e7246..385b483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,10 +4,10 @@ pipeline { stages { stage('Build') { steps { - cmakeBuild generator: 'Make', + cmakeBuild installation: 'InSearchPath', buildDir: 'build', - sourceDir: 'src', - installation: 'InSearchPath' + sourceDir: 'src' + archiveArtifacts artifacts: 'Lox.jar', fingerprint: false, onlyIfSuccessful: true