diff --git a/Jenkinsfile b/Jenkinsfile index db97e97..6bcc85c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any environment { - BAGET = credentials('') + BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676') } stages { stage('Build Projects') {