Adds artifact to generate
This commit is contained in:
parent
16c9ba0769
commit
50a6523d49
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -24,7 +24,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
archiveArtifacts {
|
post {
|
||||||
artifacts: 'docs.tgz'
|
always {
|
||||||
|
archiveArtifacts artifacts: 'docs.tgz' onlyIfSuccessful: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue