File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ pipeline {
2121 }
2222 stages {
2323 stage(' Print Machine Info' ) {
24+ environment {
25+ PATH = " $PATH :/usr/bin:/usr/local/bin"
26+ }
2427 steps {
2528 sh '''
2629 sw_vers
2730 xcodebuild -version
31+ cmake --version
2832 '''
2933 }
3034 }
Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ pipeline {
2121 }
2222 stages {
2323 stage(' Print Machine Info' ) {
24+ environment {
25+ PATH = " $PATH :/usr/bin:/usr/local/bin"
26+ }
2427 steps {
2528 sh '''
2629 sw_vers
2730 xcodebuild -version
31+ cmake --version
2832 '''
2933 }
3034 }
Original file line number Diff line number Diff line change @@ -26,10 +26,14 @@ pipeline {
2626 }
2727 stages {
2828 stage(' Print Machine Info' ) {
29+ environment {
30+ PATH = " $PATH :/usr/bin:/usr/local/bin"
31+ }
2932 steps {
3033 sh '''
3134 sw_vers
3235 xcodebuild -version
36+ cmake --version
3337 '''
3438 }
3539 }
Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ pipeline {
2121 }
2222 stages {
2323 stage(' Print Machine Info' ) {
24+ environment {
25+ PATH = " $PATH :/usr/bin:/usr/local/bin"
26+ }
2427 steps {
2528 sh '''
2629 sw_vers
2730 xcodebuild -version
31+ cmake --version
2832 '''
2933 }
3034 }
Original file line number Diff line number Diff line change @@ -22,10 +22,14 @@ pipeline {
2222
2323 stages {
2424 stage(' Print Machine Info' ) {
25+ environment {
26+ PATH = " $PATH :/usr/bin:/usr/local/bin"
27+ }
2528 steps {
2629 sh '''
2730 sw_vers
2831 xcodebuild -version
32+ cmake --version
2933 '''
3034 }
3135 }
Original file line number Diff line number Diff line change @@ -45,10 +45,14 @@ pipeline {
4545 }
4646 stages {
4747 stage(' Print Machine Info' ) {
48+ environment {
49+ PATH = " $PATH :/usr/bin:/usr/local/bin"
50+ }
4851 steps {
4952 sh '''
5053 sw_vers
5154 xcodebuild -version
55+ cmake --version
5256 '''
5357 }
5458 }
Original file line number Diff line number Diff line change @@ -19,10 +19,14 @@ pipeline {
1919 }
2020 stages {
2121 stage(' Print Machine Info' ) {
22+ environment {
23+ PATH = " $PATH :/usr/bin:/usr/local/bin"
24+ }
2225 steps {
2326 sh '''
2427 sw_vers
2528 xcodebuild -version
29+ cmake --version
2630 '''
2731 }
2832 }
You can’t perform that action at this time.
0 commit comments