mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 16:58:22 +01:00
Update Jenkinsfile
This commit is contained in:
parent
5f9d8dcf8f
commit
5efad64e9c
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -10,11 +10,11 @@ node {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
sshCommand remote: remote, command: '\
|
sshCommand remote: remote, command: '\
|
||||||
cd $(dirname $(find ~/jenkins/workspace/ant-http@script -name "Jenkinsfile")); \
|
cd $(dirname $(find ~/jenkins/workspace/ant-http@script -name "Jenkinsfile")); \
|
||||||
libtoolize \
|
libtoolize; \
|
||||||
aclocal \
|
aclocal; \
|
||||||
autoconf \
|
autoconf; \
|
||||||
automake --add-missing \
|
automake --add-missing; \
|
||||||
make \
|
make; \
|
||||||
'
|
'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user