Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242518
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 09:14 (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065573
Default Alt Text
(1 KB)
Attached To
Mode
rWWW www.nasqueron.org
Attached
Detach File
Event Timeline
Log In to Comment