aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 8bfd3f4..364adf7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build Plugins') {
steps {
- sh 'mkdir -p out/ && INSTDIR=out/ make install'
+ sh 'mkdir -p out/ && make INSTDIR=out install'
}
}
}