aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0c790d0..1fe1b83 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,9 @@ pipeline {
}
steps {
- sh 'exit 0'
+ sh '''echo $CH_BRANCH
+echo $CH_PATH
+echo $CHC_PATH'''
}
}
stage('Build STM32') {