Remove verbose and add branch check now that deployment works!
Some checks are pending
Core Repos/Homepage/pipeline/pr-master Build started...

This commit is contained in:
Cameron Cordes
2023-06-15 22:38:42 -04:00
parent 932ec0965f
commit 38c9ea36ed

3
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
} }
stage('deploy') { stage('deploy') {
/* when { branch 'master' } */ when { branch 'master' }
steps { steps {
echo 'Deploying' echo 'Deploying'
@@ -38,7 +38,6 @@ pipeline {
publishers: [ publishers: [
sshPublisherDesc( sshPublisherDesc(
configName: 'droplet-ssh', configName: 'droplet-ssh',
verbose: true,
transfers: [ transfers: [
sshTransfer( sshTransfer(
sourceFiles: 'dist/Homepage/**', sourceFiles: 'dist/Homepage/**',