10000 Update Jenkinsfile · gnaik/pycom-micropython-sigfox@cae8fad · GitHub
[go: up one dir, main page]

Skip to content

Commit cae8fad

Browse files
committed
Update Jenkinsfile
Use new MP version 1.11
1 parent 9ce9260 commit cae8fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node {
1515
stage('git-tag') {
1616
PYCOM_VERSION=get_version()
1717
GIT_TAG = sh (script: 'git rev-parse --short HEAD', returnStdout: true).trim()
18-
sh 'git tag -fa v1.9.4-' + GIT_TAG + ' -m \\"v1.9.4-' + GIT_TAG + '\\"'
18+
sh 'git tag -fa v1.11-' + GIT_TAG + ' -m \\"v1.11-' + GIT_TAG + '\\"'
1919
}
2020

2121

0 commit comments

Comments
 (0)
0