Page MenuHomeDevCentral

No OneTemporary

diff --git a/Jenkinsfile b/Jenkinsfile
index 19b0f4e..8d9897a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,37 +1,33 @@
pipeline {
agent any
stages {
- stage('Checkout') {
- steps {
- git url: 'https://devcentral.nasqueron.org/source/www.git', branch: 'main'
- }
- }
stage('Build') {
steps {
- archiveArtifacts artifacts: '**', onlyIfSuccessful: true
+ archiveArtifacts artifacts: '**', excludes: '.arc*, Jenkinsfile', onlyIfSuccessful: true
}
}
+
stage('Publish') {
steps {
echo 'Deploying....'
sshPublisher(
failOnError: true,
publishers: [
sshPublisherDesc(
configName: 'ysul-deploy',
verbose: true,
transfers: [
sshTransfer(
sourceFiles: '**',
remoteDirectory: 'www.nasqueron.org',
cleanRemote: true,
)
]
)
]
)
}
}
}
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 14:02 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257806
Default Alt Text
(1 KB)

Event Timeline