meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
sw:jenkins [2018/11/08 09:43] niziaksw:jenkins [2019/02/19 12:46] niziak
Line 3: Line 3:
   * is main Jenkins plugin which act as main build engine (from Jenkins 2.0)   * is main Jenkins plugin which act as main build engine (from Jenkins 2.0)
   * **replay** feature let to run job with modified by hand ''Jenkinsfile''   * **replay** feature let to run job with modified by hand ''Jenkinsfile''
 +  
  
-===== Jenkinsfile ====+===== Scripted pipeline ====
  
 It is possible to write Jenkinsfile's as Groovy scripts (advanced) or using Declarative Pipeline Syntax. It is possible to write Jenkinsfile's as Groovy scripts (advanced) or using Declarative Pipeline Syntax.
  
-**Scripted pipeline** https://jenkins.io/doc/book/pipeline/syntax/#scripted-pipeline+**** https://jenkins.io/doc/book/pipeline/syntax/#scripted-pipeline
 <file | jenkinsfile> <file | jenkinsfile>
 node { node {
 +}
 </file> </file>
  
Line 18: Line 20:
 [[https://wiki.jenkins.io/display/JENKINS/Distributed+builds|Distributed builds]] [[https://wiki.jenkins.io/display/JENKINS/Distributed+builds|Distributed builds]]
  
-**Declarative Pipeline**+===== Declarative Pipeline==== 
 <file | Jenkinsfile> <file | Jenkinsfile>
 pipeline { pipeline {