Page MenuHomeDevCentral

D2416.diff
No OneTemporary

D2416.diff

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

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)

Event Timeline