Skip to content

Commit 3b69e03

Browse files
Update Jenkinsfile
Delete Credentials in sonarqube
1 parent 5352744 commit 3b69e03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ pipeline {
3030
}
3131
environment {
3232
SONAR_TEST = credentials('SONAR_TEST')
33-
WORDPRESS_USERNAME = credentials('WORDPRESS_USERNAME')
34-
WORDPRESS_PASSWORD = credentials('WORDPRESS_PASSWORD')
3533
CODE_SOURCE_DEFAULT = "plugin"
3634
GITHUB_TOKEN = credentials('gh-releases-token-old')
3735
}
@@ -251,4 +249,4 @@ pipeline {
251249
}
252250
}
253251
}
254-
}
252+
}

0 commit comments

Comments
 (0)