update jenkinsfile
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
This commit is contained in:
parent
32b05ad5de
commit
b24a263996
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -120,5 +120,17 @@ pipeline{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Archive') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
archiveArtifacts artifacts: 'build/', fingerprint: true
|
||||||
|
}
|
||||||
|
sh'''
|
||||||
|
cp -rf build/* /home/dany/public/antos-release/deb
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user