From 34e1c66b073c233df252b4443c4351a51d27b7e4 Mon Sep 17 00:00:00 2001 From: Lukas Schmid Date: Thu, 13 Jun 2024 10:36:21 +0200 Subject: [PATCH] Fix typo --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 22b7582..88172da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { steps { sh 'git clone https://git.netcubesystems.at/NetCube-Systems-Austria/kumquat-buildroot.git' } + } stage('Configure') { steps { sh 'make -C kumqaut-buildroot netcube_kumquat_defconfig'