Create Deploy stage for master branch #12
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -45,11 +45,13 @@ pipeline {
|
|||||||
execCommand: 'echo Finished'
|
execCommand: 'echo Finished'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
|
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
|
||||||
|
|||||||
Reference in New Issue
Block a user