diff options
| author | Max Nanis | 2025-06-27 13:41:56 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-27 13:41:56 +0700 |
| commit | 74f85cc029f9770f56e38a0769823cf959842e44 (patch) | |
| tree | 8bcaea8503d6b9081cc21634de0e5651bcf11e61 | |
| parent | 3faf66e3916f590641fd68f6d041c5885bb27bdf (diff) | |
| download | panel-ui-74f85cc029f9770f56e38a0769823cf959842e44.tar.gz panel-ui-74f85cc029f9770f56e38a0769823cf959842e44.zip | |
Jenkins edit: always build!
| -rw-r--r-- | Jenkinsfile | 8 |
1 files changed, 0 insertions, 8 deletions
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") { |
