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