mirror of
https://github.com/lxsang/ant-http
synced 2024-11-18 01:08:21 +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') {
|
||||
sshCommand remote: remote, command: '\
|
||||
cd $(dirname $(find ~/jenkins/workspace/ant-http@script -name "Jenkinsfile")); \
|
||||
libtoolize \
|
||||
aclocal \
|
||||
autoconf \
|
||||
automake --add-missing \
|
||||
make \
|
||||
libtoolize; \
|
||||
aclocal; \
|
||||
autoconf; \
|
||||
automake --add-missing; \
|
||||
make; \
|
||||
'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user