8000 Updated Jenkinsfile · gordol/pycom-micropython-sigfox@81f0934 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81f0934

Browse files
committed
Updated Jenkinsfile
1 parent 062aeba commit 81f0934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ def boards_to_build = ["WiPy", "LoPy", "SiPy", "GPy", "FiPy", "LoPy4"]
33
def boards_to_test = ["Pycom_Expansion3_Py00ec5f", "Pycom_Expansion3_Py9f8bf5"]
44

55
node {
6-
PYCOM_VERSION=get_version()
7-
GIT_TAG = sh (script: 'git rev-parse --short HEAD', returnStdout: true).trim()
8-
96
// get pycom-esp-idf source
107
stage('Checkout') {
118
checkout scm
129
sh 'rm -rf esp-idf'
1310
sh 'git clone --depth=1 --recursive -b master https://github.com/pycom/pycom-esp-idf.git esp-idf'
1411
}
12+
13+
PYCOM_VERSION=get_version()
14+
GIT_TAG = sh (script: 'git rev-parse --short HEAD', returnStdout: true).trim()
1515

1616
stage('mpy-cross') {
1717
// build the cross compiler first

0 commit comments

Comments
 (0)
0