File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pipeline {
7676 sh " yarn install"
7777 script {
7878 // Fail the step if there are uncommited changes to the yarn.lock file
79- if (sh(returnStatus : true , script : ' git diff --name-only | grep -q "^yarn.lock"' ) == 0 ) {
79+ if (sh(returnStatus : true , script : ' git diff --name-only | grep -q "^client/ yarn.lock"' ) == 0 ) {
8080 echo ' The yarn.lock file has uncommited changes!'
8181 error ' The yarn.lock file has uncommited changes!'
8282 }
Original file line number Diff line number Diff line change 11/********************************************************************************
2- * Copyright (c) 2020-2023 EclipseSource and others.
2+ * Copyright (c) 2020-2024 EclipseSource and others.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 11/********************************************************************************
2- * Copyright (c) 2020-2023 EclipseSource and others.
2+ * Copyright (c) 2020-2024 EclipseSource and others.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 11/********************************************************************************
2- * Copyright (c) 2023 EclipseSource and others.
2+ * Copyright (c) 2023-2024 EclipseSource and others.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 11/********************************************************************************
2- * Copyright (c) 2020-2023 EclipseSource and others.
2+ * Copyright (c) 2020-2024 EclipseSource and others.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C ) 2017 TypeFox and others.
2+ * Copyright (c ) 2017-2020 TypeFox and others.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
55 * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
You can’t perform that action at this time.
0 commit comments