This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new 2a6a7f7 chore: Fixed an error in the Jenkinsfile script
2a6a7f7 is described below
commit 2a6a7f78f416cf8197a5aa651fa7cb9bffc3c80f
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Apr 18 13:17:39 2024 +0200
chore: Fixed an error in the Jenkinsfile script
---
Jenkinsfile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c206b15..77bc1e3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -99,9 +99,6 @@ pipeline {
}
stage('Deploy Prepare') {
- when {
- branch 'master'
- }
when {
expression {
env.BRANCH_NAME ==~ "(master)|(rel/.*)"