Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkinsfile: fix the structure #883

Merged
merged 1 commit into from Sep 5, 2022
Merged

Conversation

marquiz
Copy link
Contributor

@marquiz marquiz commented Sep 5, 2022

Jenkins was unhappy with mixing in if-else in the declarative-style
pipeline definition. Try fixing it with imperative style.

#876 did not work as expected:

WorkflowScript: 14: Expected a step @ line 14, column 21.
                       if (env.BRANCH_NAME == 'master') {
                       ^

Jenkins was unhappy with mixing in if-else in the declarative-style
pipeline definition. Try fixing it with imperative style.
@codecov-commenter
Copy link

Codecov Report

Merging #883 (f224abf) into master (dee7df6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #883   +/-   ##
=======================================
  Coverage   34.92%   34.92%           
=======================================
  Files          60       60           
  Lines        8861     8861           
=======================================
  Hits         3095     3095           
  Misses       5464     5464           
  Partials      302      302           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@marquiz marquiz merged commit 96f634e into intel:master Sep 5, 2022
@marquiz marquiz deleted the devel/jenkinsfile branch September 5, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants