Update Jenkinsfile
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2023-07-22 23:52:24 +02:00 committed by GitHub
parent 32577500de
commit adb81580a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ def build_plugin()
set -e
cd $WORKSPACE
mkdir -p build/$arch/opt/www
[ -f Makefile ] && make clean
[ -f Makefile ] && make clean || true
libtoolize
aclocal
autoconf
@ -103,4 +103,4 @@ pipeline{
}
}
}
}
}