feat(ci): archive artifacts from ci build
This commit is contained in:
parent
4ef522ebd2
commit
b6c8a2e9b0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -7,4 +7,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
archiveArtifacts artifacts: 'target/debug/telegram-leetbot', fingerprint: true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user