From b26233d5e339f799cf4a880d40c0c08ba86d5e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 10 Oct 2021 22:53:20 +0200 Subject: [PATCH] jenkinsfile test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a32f85e..a4c1276 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { echo 'Configuring Cmake...' mdkir build cd build - ls + cmake ../stm-firmware } } stage('Build') {