Jenkinsfile: unstash net-2.0, net-3.5 and net-3.5-cp assemblies
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d3646109 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d3646109 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d3646109 Branch: refs/heads/feature/RollingFileAppender-NG Commit: d36461095ef38b0d29cfd512f6e07025ba291b4f Parents: e29092f Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 21:48:21 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 21:48:21 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d3646109/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 23aac0b..0d5bd04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,6 +190,9 @@ pipeline { steps { // assemble package by unstashing components dir('package') { + unstash 'net-2.0-assemblies' + unstash 'net-3.5-assemblies' + unstash 'net-3.5-cp-assemblies' unstash 'net-4.0-assemblies' unstash 'net-4.0-cp-assemblies' unstash 'net-4.5-assemblies'
