From 16721ed210ca945bc5bd9b6fbd2eeef98f06e501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Thu, 10 Dec 2020 16:51:00 +0100 Subject: [PATCH] Need to make sure it works --- Jenkinsfile | 3 +++ SessionCompanion/SessionCompanion/ClientApp/.gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ec2b5e3..4429393 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,6 +38,9 @@ pipeline { } } } + steps('echo') { + sh "echo works" + } } } } diff --git a/SessionCompanion/SessionCompanion/ClientApp/.gitignore b/SessionCompanion/SessionCompanion/ClientApp/.gitignore index 292195b..e1f679b 100644 --- a/SessionCompanion/SessionCompanion/ClientApp/.gitignore +++ b/SessionCompanion/SessionCompanion/ClientApp/.gitignore @@ -7,7 +7,7 @@ /out-tsc # dependencies -#/node_modules +/node_modules # IDEs and editors /.idea