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 """
|
||||
export
|
||||
pwd
|
||||
ls -l
|
||||
ls -l
|
||||
make tools
|
||||
make build
|
||||
"""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user