Skip to content

Commit 9cf5aa2

Browse files
authored
Update Jenkinsfile - added PATH env line
1 parent 2075282 commit 9cf5aa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pipeline{
22
agent any
33
environment {
44
IMAGE_NAME = 'maheshdk4/pythoncode'
5+
PATH = "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
56
}
67
stages{
78
stage('checkout'){

0 commit comments

Comments
 (0)