mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 04:19: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') {
|
||||
when {
|
||||
branch "static-dockerhub"
|
||||
}
|
||||
environment {
|
||||
REPO_TIMESTAMP = sh(returnStdout: true,
|
||||
script: "git --git-dir 'tt-rss/.git' --no-pager log --pretty='%ct' -n1 HEAD")
|
||||
|
@ -108,6 +111,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('phpdoc') {
|
||||
when {
|
||||
branch "static-dockerhub"
|
||||
}
|
||||
steps {
|
||||
sh """
|
||||
docker run --rm \
|
||||
|
@ -131,13 +137,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
/*stage('cleanup') {
|
||||
steps {
|
||||
sh """
|
||||
docker system prune -f -a
|
||||
"""
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
post {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue