Skip to content

Commit 3f80206

Browse files
arias-mMiguel Arias
andauthored
FDN-4252: adding NPM token with bypass 2FA option and whitelisted IPs (#51)
Co-authored-by: Miguel Arias <miguel@flow.io>
1 parent 0e4eeff commit 3f80206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919

2020
environment {
2121
ORG = 'flowcommerce'
22-
NPM_TOKEN = credentials('jenkins-npm-automation-token')
22+
NPM_TOKEN = credentials('jenkins-npm-bypass-2fa-token')
2323
}
2424

2525
stages {
@@ -35,7 +35,7 @@ pipeline {
3535

3636
stage('Lint') {
3737
environment {
38-
NPM_TOKEN = credentials('jenkins-npm-automation-token')
38+
NPM_TOKEN = credentials('jenkins-npm-bypass-2fa-token')
3939
}
4040
steps {
4141
container('nodejs') {

0 commit comments

Comments
 (0)