From 74f85cc029f9770f56e38a0769823cf959842e44 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Fri, 27 Jun 2025 13:41:56 +0700 Subject: Jenkins edit: always build! --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 1bbb84d..c6faaf8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,14 +50,6 @@ pipeline { } stage('npm.build') { - when { - /* Only build the widget if we're on master or if it's a tag.. otherwise, we don't - currently have a reason to build dev branch for testing purposes - */ - expression { - return env.BRANCH_NAME == 'master' || env.TAG_NAME?.trim() - } - } steps { dir("panel-ui") { -- cgit v1.2.3