update path
This commit is contained in:
parent
cb87111616
commit
33417371fb
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent none
|
||||
agent none
|
||||
environment {
|
||||
PATH = "$PATH:/usr/local/bin"
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
|
|
Loading…
Reference in a new issue