<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - git:gitlab:ci:yaml</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T08:10:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/git:gitlab:ci:yaml:dynamic_tags?rev=1750254333&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/git:gitlab:ci:yaml:inputs?rev=1753864927&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/git:gitlab:ci:yaml:needs?rev=1707822907&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/git:gitlab:ci:yaml:rules?rev=1735909585&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/git:gitlab:ci:yaml:dynamic_tags?rev=1750254333&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-18T13:45:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dynamic runner tag</title>
        <link>http://192.168.180.206:8001/git:gitlab:ci:yaml:dynamic_tags?rev=1750254333&amp;do=diff</link>
        <description>dynamic runner tag

Variable expansion in tags works. 

Simple runner tag can be set as shown:


variables:
  RUNNER_TAG: &quot;staging&quot;
job:
  tags:
    - $RUNNER_TAG  



tags:
  - ${CI_COMMIT_BRANCH}


Not possible to define array of strings as variable:</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/git:gitlab:ci:yaml:inputs?rev=1753864927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T08:42:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pipeline inputs</title>
        <link>http://192.168.180.206:8001/git:gitlab:ci:yaml:inputs?rev=1753864927&amp;do=diff</link>
        <description>pipeline inputs

Note: spec keywords must be defined in “header” - before YAML&#039;s  end of directives marker ---.


spec:
  inputs:
    nproc:
      default: $(nproc)
      description: &quot;Value passed as -j to make&quot;

---
build:
  stage: build
  script:
    - m -j$[[ inputs.nproc ]]</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/git:gitlab:ci:yaml:needs?rev=1707822907&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-13T11:15:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>needs</title>
        <link>http://192.168.180.206:8001/git:gitlab:ci:yaml:needs?rev=1707822907&amp;do=diff</link>
        <description>needs

OR-ed needs

Not possible

	*  Is there a way to use OR condition with needs in GitLab CI job
	*  Is there a way to use OR condition with needs in GitLab CI job

Workaround:

	*  duplicate all jobs chain (use hidden job as template and change only relevant parts)
	*  Do not use needs, but simple stage ordering.
	*  use optional (but it is not the same like OR: sideffect: possible to start job wihtout needed artifacts)</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/git:gitlab:ci:yaml:rules?rev=1735909585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-03T13:06:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rules</title>
        <link>http://192.168.180.206:8001/git:gitlab:ci:yaml:rules?rev=1735909585&amp;do=diff</link>
        <description>rules

rules:if


Use rules:if clauses to specify when to add a job to a pipeline:

    If an if statement is true, add the job to the pipeline.
    If an if statement is true, but it’s combined with when: never, do not add the job to the pipeline.
    If no if statements are true, do not add the job to the pipeline.</description>
    </item>
</rdf:RDF>
