Update Jenkinsfile
Some checks failed
gitea-sync/antd-fcgi-plugin/pipeline/head There was a failure building this commit

This commit is contained in:
Dany LE 2023-07-22 23:24:11 +02:00 committed by GitHub
parent 209e85f5e4
commit 34093a3f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -1,7 +1,8 @@
def build_plugin() def build_plugin()
{ {
sh ''' sh '''
set -ex set -e
set +x
cd $WORKSPACE cd $WORKSPACE
mkdir -p build/$arch/opt/www mkdir -p build/$arch/opt/www
[ -f Makefile ] && make clean [ -f Makefile ] && make clean