Fix
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-04 00:49:29 -04:00
parent 8e18b6e06d
commit 6d2169d0d4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -60,7 +60,7 @@ pipeline {
} }
} }
} }
steps('Deploy') { stage('Deploy') {
script { script {
withCredentials([usernamePassword( withCredentials([usernamePassword(
credentialsId: env.CREDENTIALS_ID, credentialsId: env.CREDENTIALS_ID,