Skip to content

Commit

Permalink
Merge pull request #85 from Zextras/pipeline-update
Browse files Browse the repository at this point in the history
ci: updated pipeline version
  • Loading branch information
zovomat authored May 24, 2022
2 parents 3860920 + b3f3c88 commit e577554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0-only

library(
identifier: 'zapp-jenkins-lib@github-pipeline-v3',
identifier: 'zapp-jenkins-lib@github-pipeline-v4',
retriever: modernSCM([
$class: 'GitSCMSource',
remote: '[email protected]:zextras/zapp-jenkins-lib.git',
Expand All @@ -12,5 +12,6 @@ library(
)

zappPipeline(
publishOnNpm: true
publishOnNpm: true,
disableAutoTranslationsSync: true
)

0 comments on commit e577554

Please sign in to comment.