mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 16:09:53 +02:00
limit CI builds to static-dockerhub branch
This commit is contained in:
parent
baf7f5a23a
commit
0d39b4eabe
1 changed files with 6 additions and 7 deletions
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
@ -47,6 +47,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
when {
|
||||||
|
branch "static-dockerhub"
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
REPO_TIMESTAMP = sh(returnStdout: true,
|
REPO_TIMESTAMP = sh(returnStdout: true,
|
||||||
script: "git --git-dir 'tt-rss/.git' --no-pager log --pretty='%ct' -n1 HEAD")
|
script: "git --git-dir 'tt-rss/.git' --no-pager log --pretty='%ct' -n1 HEAD")
|
||||||
|
@ -108,6 +111,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('phpdoc') {
|
stage('phpdoc') {
|
||||||
|
when {
|
||||||
|
branch "static-dockerhub"
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
@ -131,13 +137,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*stage('cleanup') {
|
|
||||||
steps {
|
|
||||||
sh """
|
|
||||||
docker system prune -f -a
|
|
||||||
"""
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue