CI: fix .Jenkinsfile
Some checks failed
gitea.evolix.org on plain agent00/ansible-roles/pipeline/head There was a failure building this commit
continuous-integration/drone/push Build is failing

This commit is contained in:
David Prevot 2022-05-02 10:30:37 +02:00
parent 30b5ebb8b3
commit 5549906fab

View file

@ -30,7 +30,7 @@ pipeline {
}
}
stage('Build tagged docker image') {
stage('Build latest docker image') {
when {
branch 'unstable'
}