Update Jenkinsfile

This commit is contained in:
prasannakumar 2024-06-16 20:09:54 +05:30 committed by GitHub
parent d46566c33b
commit 342c771a2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
}
environment {
SONAR_AUTH_TOKEN = credentials('sonarfile') // Assumes you have stored your token in Jenkins Credentials
SONAR_AUTH_TOKEN = credentials('SONAR_AUTH_TOKEN') // Assumes you have stored your token in Jenkins Credentials
}
stages {