in Jenkinsfile now installing the tools
This commit is contained in:
parent
060bc8fbae
commit
25aa8e9249
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -23,7 +23,8 @@ pipeline {
|
|||||||
sh """
|
sh """
|
||||||
export
|
export
|
||||||
pwd
|
pwd
|
||||||
ls -l
|
ls -l
|
||||||
|
make tools
|
||||||
make build
|
make build
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user