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.
2 parents 0324e38 + d1b1fcd commit 0342c62Copy full SHA for 0342c62
Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
10
environment {
11
FOLDER = "dist"
12
foldersCache = '"vendor/"'
13
- GITHUB_TOKEN = credentials('gh-releases-token')
+ GITHUB_TOKEN = credentials('gh-releases-token-old')
14
}
15
options {
16
disableConcurrentBuilds()
@@ -33,7 +33,7 @@ pipeline {
33
WORDPRESS_USERNAME = credentials('WORDPRESS_USERNAME')
34
WORDPRESS_PASSWORD = credentials('WORDPRESS_PASSWORD')
35
CODE_SOURCE_DEFAULT = "plugin"
36
37
38
steps {
39
scmSkip()
0 commit comments