diff --git a/Jenkinsfile b/Jenkinsfile index dcf3ef8..15b9dec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ pipeline { } } } - steps('Deploy') { + stage('Deploy') { script { withCredentials([usernamePassword( credentialsId: env.CREDENTIALS_ID,