diff --git a/Jenkinsfile b/Jenkinsfile index dd4b709..783b112 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Requirements') { steps { - sh 'apt-get -y update && apt-get -y install python-pip cloc && pip install platformio' + sh 'apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio' } } stage('Build') { @@ -32,12 +32,5 @@ pipeline { } } } - stage('Upload') { - steps { - sh 'cd .piolibdeps/Homie/scripts/ota_updater' - sh 'pip install -r requirements.txt' - sh 'ota_updater.py -l mqtt.jcktrue.dk -i "../../../../.pioenvs/nodemcu/firmware.elf"' - } - } } }