File tree Expand file tree Collapse file tree 7 files changed +56
-0
lines changed Expand file tree Collapse file tree 7 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ pipeline {
2020 }
2121 }
2222 stages {
23+ stage(' Print Machine Info' ) {
24+ steps {
25+ sh '''
26+ sw_vers
27+ xcodebuild -version
28+ '''
29+ }
30+ }
2331 stage(' Checkout' ) {
2432 steps {
2533 timeout(30 ) {
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ pipeline {
2020 }
2121 }
2222 stages {
23+ stage(' Print Machine Info' ) {
24+ steps {
25+ sh '''
26+ sw_vers
27+ xcodebuild -version
28+ '''
29+ }
30+ }
2331 stage(' Checkout' ) {
2432 steps {
2533 timeout(30 ) {
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ pipeline {
2525 PATH = " $PATH :/usr/bin:/usr/local/bin"
2626 }
2727 stages {
28+ stage(' Print Machine Info' ) {
29+ steps {
30+ sh '''
31+ sw_vers
32+ xcodebuild -version
33+ '''
34+ }
35+ }
2836 stage(' Checkout' ) {
2937 steps {
3038 timeout(30 ) {
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ pipeline {
2020 }
2121 }
2222 stages {
23+ stage(' Print Machine Info' ) {
24+ steps {
25+ sh '''
26+ sw_vers
27+ xcodebuild -version
28+ '''
29+ }
30+ }
2331 stage(' Checkout' ) {
2432 steps {
2533 timeout(30 ) {
Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ pipeline {
2121 }
2222
2323 stages {
24+ stage(' Print Machine Info' ) {
25+ steps {
26+ sh '''
27+ sw_vers
28+ xcodebuild -version
29+ '''
30+ }
31+ }
2432 stage(' Checkout' ) {
2533 steps {
2634 timeout(30 ) {
Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ pipeline {
4444 }
4545 }
4646 stages {
47+ stage(' Print Machine Info' ) {
48+ steps {
49+ sh '''
50+ sw_vers
51+ xcodebuild -version
52+ '''
53+ }
54+ }
4755 stage(' Checkout' ) {
4856 steps {
4957 script {
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ pipeline {
1818 }
1919 }
2020 stages {
21+ stage(' Print Machine Info' ) {
22+ steps {
23+ sh '''
24+ sw_vers
25+ xcodebuild -version
26+ '''
27+ }
28+ }
2129 stage(' Checkout' ) {
2230 steps {
2331 timeout(30 ) {
You can’t perform that action at this time.
0 commit comments