diff --git a/Jenkinsfile b/Jenkinsfile index 98435bd..619a4db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build test libraries') { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'make libstest.so libtest.a' + sh 'make libtest.so libtest.a' } } } diff --git a/templates/Jenkinsfile b/templates/Jenkinsfile index de6a7f0..2ef33e0 100644 --- a/templates/Jenkinsfile +++ b/templates/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build test libraries') { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'make libstest.so libtest.a' + sh 'make libtest.so libtest.a' } } }