update path

This commit is contained in:
joe 2021-03-11 14:12:52 +08:00
parent cb87111616
commit 33417371fb

3
Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline {
agent none
environment {
PATH = "$PATH:/usr/local/bin"
}
stages {
stage('Build') {
agent {