[JIRA] (JENKINS-43942) jclouds pipeline support

2019-03-28 Thread pr...@zedcore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Rose commented on  JENKINS-43942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jclouds pipeline support
 

  
 
 
 
 

 
 We were looking at using the feature to archive artifacts in our Openstack Swift (we might use more JCloud features in the future but that's not on our road map) but it's not possible to use BlobStorePublisher because it doesn't implement SimpleBuildStep. I think that's probably the only thing that you can't use JClouds for in Pipeline without writing a complicated Jenkinsfile? I'm not familiar enough with the API to be certain, but I think just marking BlobStorePublisher as implementing that interface would make it usable in pipeline without any other work being required.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43942) jclouds pipeline support

2018-03-23 Thread dub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Viacheslav Dubrovskyi edited a comment on  JENKINS-43942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jclouds pipeline support
 

  
 
 
 
 

 
 > pipeline project don't have this option. [~hieplq] you should use pipeline [https://jenkins.io/doc/book/pipeline/] and create Jenkinsfile. Please read documentation. Good place for start [https://jenkins.io/doc/book/pipeline/getting-started/] Example Jenkinsfile:  Then you create {{}}{{ pipeline  \ { }}  {{  agent ' your_label_from_jcloud label_from_JCloud '  }}  {{  stages  \ { }}  {{   stage('Stage 1')  \ { }}  {{    steps }} { {\{   echo 'Hello world!'}  } }{{  }}}  {{  } }}  {{ } }}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43942) jclouds pipeline support

2018-03-23 Thread dub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Viacheslav Dubrovskyi edited a comment on  JENKINS-43942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jclouds pipeline support
 

  
 
 
 
 

 
 > pipeline project don't have this option. [~hieplq] you should use pipeline [https://jenkins.io/doc/book/pipeline/] and create Jenkinsfile. Please read documentation. Good place for start [https://jenkins.io/doc/book/pipeline/getting-started/]Example Jenkinsfile: {{ pipeline {agent 'label_from_JCloud'stages {stage('Stage 1') {steps {echo 'Hello world!' }}}} }}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43942) jclouds pipeline support

2018-03-23 Thread dub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Viacheslav Dubrovskyi commented on  JENKINS-43942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jclouds pipeline support
 

  
 
 
 
 

 
 > pipeline project don't have this option. hiep lq you should use pipeline https://jenkins.io/doc/book/pipeline/ and create Jenkinsfile. Please read documentation. Good place for start https://jenkins.io/doc/book/pipeline/getting-started/ Then you create  }}{{pipeline { {{ agent 'your_label_from_jcloud' }}  stages {   stage('Stage 1') {    steps{{{ echo 'Hello world!' }}}{{  }}}  } }  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43942) jclouds pipeline support

2018-03-23 Thread hie...@hasuvimex.vn (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 hiep lq commented on  JENKINS-43942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jclouds pipeline support
 

  
 
 
 
 

 
 hi Viacheslav Dubrovskyi how you use jcloud on pipeline? from document of jcloud i see 
 
To run your build on the newly configured slave computer, just enable the `Restrict where this project can be run` option in the build configuration page. 
Enter the label which you choose for the instance template in the `Label _expression_` text field. This should auto-complete labels for you. 
 but pipeline project don't have this option.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.