1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-01 12:12:14 +02:00 committed by GitHub
parent b435495850
commit e009e6dc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline{
steps {
sshCommand remote: remote, command: '''
set -e
export WORKSPACE="jenkins/workspace/ant-http"
export WORKSPACE=$(realpath "./jenkins/workspace/ant-http")
cd $WORKSPACE
[ -d build ] && rm build
mkdir build
@ -41,7 +41,7 @@ pipeline{
automake --add-missing
./configure --prefix=/usr
make
DESTDIR=./build make install
DESTDIR=$WORKSPACE/build make install
'''
script {
// only useful for any master branch