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:21:06 +02:00 committed by GitHub
parent 675c54d26c
commit 3d34ff0693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View File

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