We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352744 commit 3b69e03Copy full SHA for 3b69e03
Jenkinsfile
@@ -30,8 +30,6 @@ pipeline {
30
}
31
environment {
32
SONAR_TEST = credentials('SONAR_TEST')
33
- WORDPRESS_USERNAME = credentials('WORDPRESS_USERNAME')
34
- WORDPRESS_PASSWORD = credentials('WORDPRESS_PASSWORD')
35
CODE_SOURCE_DEFAULT = "plugin"
36
GITHUB_TOKEN = credentials('gh-releases-token-old')
37
@@ -251,4 +249,4 @@ pipeline {
251
249
252
250
253
254
-}
+}
0 commit comments