diff --git a/Jenkinsfile b/Jenkinsfile index 2b9f68c..573c595 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ sh 'whoami || true' sh 'which -a uname || true' sh 'uname || true' - make 'build/hello-linux-64' + sh 'sudo make build/hello-linux-64' archiveArtifacts artifacts: 'build/hello-linux-64', fingerprint: true } }