Added automatic uploading
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -32,5 +32,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Upload') {
|
||||||
|
steps {
|
||||||
|
sh 'make otaupload'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user