You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially brought up during review of PR #86, the current CI/CD via Jenkins is broken and needs a replacement to continue structured and robust maintenance of this repository.
Draft acceptance criterion:
Document how to add the necessary NPM credentials to the repo, replacing the current NPM_TOKEN = credentials('mblomdahl_npm') secret in Jenkinsfile L#131
Evaluate and propose alternative to the current code for generating unique build identifiers, Jenkinsfile L#11-L#67
Building from the release/x.y.z branch should push a release candidate to NPM
Building from the master branch should push a release to NPM
Initially brought up during review of PR #86, the current CI/CD via Jenkins is broken and needs a replacement to continue structured and robust maintenance of this repository.
Draft acceptance criterion:
Document how to add the necessary NPM credentials to the repo, replacing the currentNPM_TOKEN = credentials('mblomdahl_npm')secret in Jenkinsfile L#131Evaluate and propose alternative to the current code for generating unique build identifiers, Jenkinsfile L#11-L#67Building from therelease/x.y.zbranch should push a release candidate to NPMmasterbranch should push a release to NPMPing @gleite-smsi FYI!