This commit is contained in:
chris 2022-11-11 14:16:15 +01:00
parent 125d37d3b4
commit 9fa079fac9
3 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ timeStamp = Calendar.getInstance().getTime().format('YYYY-MM-dd',TimeZone.getTim
pipeline {
agent any
triggers {
upstream(upstreamProjects: "../debian-php-74/trunk", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "../debian-php-81/trunk", threshold: hudson.model.Result.SUCCESS)
}
stages {
stage('Build image') {