Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

585
Views
liberación semántica con jenkins no reconoce 'origen/maestro' como rama válida

Estoy tratando de crear un paquete con liberación semántica y jenkins, pero recibo el siguiente error

 2022-01-11T15:53:59.089Z semantic-release:get-tags found tags for branch master: [ { gitTag: 'v0.1.1-0', version: '0.1.1-0', channels: [ null ] } ] 2022-01-11T15:53:59.095Z semantic-release:get-tags found tags for branch next: [] 2022-01-11T15:53:59.104Z semantic-release:get-tags found tags for branch develop: [] 2022-01-11T15:53:59.111Z semantic-release:get-tags found tags for branch beta: [] [12:53:59 PM] [semantic-release] › ℹ This test run was triggered on the branch origin/master, while semantic-release is configured to only publish from master, next, develop, beta, therefore a new version won't be published.

aparentemente la liberación semántica diferencia master con origin/master

siguiendo mi git branch -a

 beta develop * master next remotes/origin/beta remotes/origin/develop remotes/origin/master remotes/origin/next

mi releaserc

 { "branches": [ "master", "next", { "name": "develop", "prerelease": true }, { "name": "beta", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], "@semantic-release/npm", [ "@semantic-release/git", { "assets": [ "package.json", "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ] }

mis comandos

 sh''' export GIT_CREDENTIALS=$USERNAME:$PASSWORD git checkout master yarn dev-install yarn build yarn semantic-release --debug '''

¿Alguien tiene idea de cómo sería?

gracias

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!