Remove verbose and add branch check now that deployment works!
Some checks are pending
Core Repos/Homepage/pipeline/pr-master Build started...
Some checks are pending
Core Repos/Homepage/pipeline/pr-master Build started...
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -29,7 +29,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('deploy') {
|
||||
/* when { branch 'master' } */
|
||||
when { branch 'master' }
|
||||
|
||||
steps {
|
||||
echo 'Deploying'
|
||||
@@ -38,7 +38,6 @@ pipeline {
|
||||
publishers: [
|
||||
sshPublisherDesc(
|
||||
configName: 'droplet-ssh',
|
||||
verbose: true,
|
||||
transfers: [
|
||||
sshTransfer(
|
||||
sourceFiles: 'dist/Homepage/**',
|
||||
|
||||
Reference in New Issue
Block a user