We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2075282 commit 9cf5aa2Copy full SHA for 9cf5aa2
1 file changed
Jenkinsfile
@@ -2,6 +2,7 @@ pipeline{
2
agent any
3
environment {
4
IMAGE_NAME = 'maheshdk4/pythoncode'
5
+ PATH = "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
6
}
7
stages{
8
stage('checkout'){
0 commit comments