diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 14:18:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 14:19:26 +0200 |
commit | 49adbd9af48d7eea6fc26dd0d5483365b8ce95db (patch) | |
tree | 94fccbfdf43a636e05f5ca0081e10ed1c1fe7d5e /vars/buildPackage.groovy | |
parent | aeeda20529b1a80b669525e782320f324f23224d (diff) | |
download | vyos-build-49adbd9af48d7eea6fc26dd0d5483365b8ce95db.tar.gz vyos-build-49adbd9af48d7eea6fc26dd0d5483365b8ce95db.zip |
Revert "Jenkins: re-add erroneously removed when build conditions"
This reverts commit 8a6a04f. Unfortunately this leads to more problems then
it caused good as packages are not build when needed - only somtimes, so this
is not a reliable solution.
Diffstat (limited to 'vars/buildPackage.groovy')
-rw-r--r-- | vars/buildPackage.groovy | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy index 89f605ff..43639224 100644 --- a/vars/buildPackage.groovy +++ b/vars/buildPackage.groovy @@ -57,15 +57,6 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false) { } } stage('Build Code') { - when { - beforeOptions true - beforeAgent true - anyOf { - changeset getChangeSetPath() - expression { isPullRequest() } - triggeredBy cause: "UserIdCause" - } - } parallel { stage('amd64') { agent { |