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

3
Jenkinsfile vendored
View File

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