Pārlūkot izejas kodu

Merge branch 'master' of snppla/unifi into 1.0

snppla 6 gadi atpakaļ
vecāks
revīzija
ff1aad1df7
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      Dockerfile
  2. 1 1
      Jenkinsfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM debian
 
 ARG DEBIAN_FRONTEND=noninteractive
 
-RUN apt-get update -y && apt-get install -y gnupg2 && apt-get clean
+RUN apt-get update -y && apt-get install -y gnupg2 apt-transport-https && apt-get clean
 
 RUN echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | tee /etc/apt/sources.list.d/100-ubnt-unifi.list
 

+ 1 - 1
Jenkinsfile

@@ -1,5 +1,5 @@
 pipeline{
-	agent any
+	agent { label 'docker' }
 	triggers {
 		pollSCM('H * * * *')
 		cron('H H H * *')