Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wrdhub committed Dec 6, 2024
1 parent d668fc2 commit 7eb5335
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/Android.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pipeline {
}
}
stage('Build') {
parallel {
stages {
stage('Staging') {
when { expression { return params.STAGING } }
environment {
Expand Down
2 changes: 1 addition & 1 deletion ci/Ios.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
LC_ALL = "en_US.UTF-8"
LANG = "en_US.UTF-8"
}
parallel {
stages {
stage('Staging') {
when { expression { return params.STAGING } }
agent {
Expand Down
6 changes: 3 additions & 3 deletions ci/Publish-MailDesktopArtifacts.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
}
}
}
stage('Preparation for build deb and publish notes') {
stage('Setup') {
agent {
label 'master'
}
Expand All @@ -58,7 +58,7 @@ pipeline {
}
}
}
stage ('Build deb and publish release notes draft') {
stage ('Setup docker') {
when { expression { return params.GITHUB_RELEASE || params.DEB } }
agent {
dockerfile {
Expand Down Expand Up @@ -138,7 +138,7 @@ pipeline {
} // steps
} // stage publish release notes draft
} // stages
} // stage build deb and publish release notes
} // stage setup docker
} // stages
} // pipeline

Expand Down

0 comments on commit 7eb5335

Please sign in to comment.