Jenkins excl
This commit is contained in:
parent
32806fef5d
commit
8faf7a0570
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
||||
sshPublisherDesc(
|
||||
configName: "frontend-deploy",
|
||||
transfers: [
|
||||
sshTransfer(sourceFiles: '**/*', excludes:'**/node_modules/**'),
|
||||
sshTransfer(sourceFiles: '**/*', excludes:'**/node_modules/**', excludes:'**/.npm/**'),
|
||||
sshTransfer(execCommand: """cd /var/www/html \
|
||||
&& npm install \
|
||||
&& npm run build""")
|
||||
@ -34,7 +34,7 @@ pipeline {
|
||||
]
|
||||
)
|
||||
|
||||
discordSend description: "Jenkins Pipeline Build", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: "https://discord.com/api/webhooks/921884411178418187/3st2Z5P9mxJnI2haY7eB9Pipwt8jn5noi8jm5AOt53B2DoxoxWaKVXXV0Dw5hmY91Da-"
|
||||
//discordSend description: "Jenkins Pipeline Build", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: "https://discord.com/api/webhooks/921884411178418187/3st2Z5P9mxJnI2haY7eB9Pipwt8jn5noi8jm5AOt53B2DoxoxWaKVXXV0Dw5hmY91Da-"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user