File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -100,23 +100,23 @@ node {
100100            stage('Create Pull Request') {
101101                //if (shwrap("git -C installer diff --exit-code") != 0){
102102                    pr_title = "${params.BOOTIMAGE_BUG_ID}: Update RHCOS-${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}"
103-                     commit_message = """\ 
104-                                          Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
103+                     commit_message = """
104+                     Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
105105
106-                                          The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
107-                                          ${params.JIRA_ISSUES}
106+                     The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
107+                     ${params.JIRA_ISSUES}
108108
109-                                          This change was generated using:
109+                     This change was generated using:
110110
111-                                          ```
112-                                          plume cosa2stream --target ${RHCOS_METADATA_FILE}                \\
113-                                              --distro ${params.DISTRO} --no-signatures --name ${params.STREAM}               \\
114-                                              --url ${params.URL}                                               \\
115-                                              x86_64=${params.BUILD_VERSION}                                    \\
116-                                              aarch64=${params.BUILD_VERSION}                                   \\
117-                                              s390x=${params.BUILD_VERSION}                                     \\
118-                                              ppc64le=${params.BUILD_VERSION}
119-                                          ```
111+                     ```
112+                     plume cosa2stream --target ${RHCOS_METADATA_FILE}                \\
113+                         --distro ${params.DISTRO} --no-signatures --name ${params.STREAM}               \\
114+                         --url ${params.URL}                                               \\
115+                         x86_64=${params.BUILD_VERSION}                                    \\
116+                         aarch64=${params.BUILD_VERSION}                                   \\
117+                         s390x=${params.BUILD_VERSION}                                     \\
118+                         ppc64le=${params.BUILD_VERSION}
119+                     ```
120120                    """.stripIndent().trim()
121121                    shwrap ("""
122122                            cd installer
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments