Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3765967
D2416.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
636 B
Referenced Files
None
Subscribers
None
D2416.diff
View Options
diff --git a/Jenkinsfile b/Jenkinsfile
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,16 +2,12 @@
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....'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 15:36 (16 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257068
Default Alt Text
D2416.diff (636 B)
Attached To
Mode
D2416: Improve Jenkins pipeline
Attached
Detach File
Event Timeline
Log In to Comment