Change 'jar' file in Jenkins plugin - jenkins-plugins

I am using liquibase-runner plugin in Jenkins which in turn uses liquibase3.5.1.
For my project requirements, I need to use liquibase3.5.3 through liquibase-runner. Is it possible to change liquibase jar in 'WEB-INF/lib' folder for liquibase-runner plugin? Do I need to do something else?
Thanks in advance.

Probably best to either submit a pull request to https://github.com/jenkinsci/liquibase-runner-plugin or to fork that and build it yourself.

Related

[Apache Flink]: Where is flink-s3-fs-hadoop plugin?

I would like to read and write some data with Apache Flink 1.11.2 from S3. The documentation recommends to use the presto plugin for checkpoints and the hadoop plugin for pipeline data.
After reading this section you have to copy the plugins from /opt to /plugin. I can find the flink-s3-fs-presto-1.11.2.jar under /opt but there is no flink-s3-fs-hadoop-1.11.2.jar. Where can i find the s3-hadoop plugin for setting up my production environment?
And how can i use these plugins in the IDE? Simply adding these to pom.xml als provided dependencies? And then how can i pass the crentials in IDE?
That is weird I can see that they are both present in the official binaries in opt in 1.11.1. However if You can't find them, You can simply try to get the jars from Maven here and copy them to the required place. Another thing that may work is adding the dependency into the project with compile scope.
Running the job locally is described here. There are various ways of configuring the credentials when running the job in IDE, one might be adding core-site.xml to resources folder with proper configruation.
EDIT:
As for the local execution it was explained here a little bit.

sencha build process add other tasks like in gulp

we have a offline application with the sencha extjs framework. To fill the cache.appcache file we currently using a c# exe to get all files in all subfolders and write the app cache file.
There is no way in build the appCache file once because the files are changing on different projects..
I'm coming from a gulp environment and I'm missing the possibility to adjust the build process to my wishing.
Is there a good way to achieve gulp like behavior with sencha CMD?
Thanks in advance!
Not the way I wanted but could achieve all I needed with ant tasks in build.xml.

Can i install component and plugin with single extension in joomla package?

I want to know if we can install plugin and component with a single extension? for example i created a plugin to send the trackback, and i create a component to import articles and i want to include them in a single package . Is it possible?Thanks in advance.
Sorry My bad. There is this thing called package in joomla where you can pack module and plugin or vice-versa.
You can find the detailed explaination here.Sorry for the quick question
Joomla Packages
Yes, it is possible... Try http://joomla-extensions-packager.org, there is a form for generating extension packages online by uploading extensions / filling a form. If you need some automation, you can use the php library to generate your packages programatically (by php cli scripts, phing etc.)

Gstreamer custom plugin registration issue

I just started to use gstreamer and I want to know how to register a plugin that I wrote. Of course, I have followed the Plugin Writer's Guide and used the make_element command to build my plugin. Now, I want to test it in a basic pipe line using the gst-launch command.
The problem is that I don't know how to register my plugin.
I've tried the --gst-plugin-path option with the path of the .c and .h files, but I get this:
WARNING: erroneous pipeline
I am using gstreamer-0.10.
Does someone have an idea?
I'v solve my problem by upgrading to 1.0 but I also had to change the installation path in the "configure" folder.

Felix File Install OSGi: How to automatically load a bundle (Configuration and how it works)?

I was looking for a way to load and start OSGi Bundles on the fly during runtime into my system. However after finding Felix File Install, I thought this is problably the most elegant and easy working way.
Thing is: It's not working. ;-)
I downloaded the Felix File Install Jar and deployd it as an OSGi Bundle into my software.
It also starts with all my OSGi Bundles in Eclipse without any problems. However, I don't know where I should set the properties file (Tried to put them in the arguments box at eclipse's project properties. no success though).
Furthermore my Bundle isn't reacting when something in the directory is changing. Even when creating the default directory and manipulating its content, nothing happens. No Bundles get loaded. Somehow I have the feeling I have overseen something huge here, since it seems to work for most people just perfect with not that mch effort?
Would be really glad for your help.
Bye
NOTE: There is no Apache Felix installed. Only the felix file install jar. The OSGi is running on equinox...
They are system properties not program arguments for equinox. Use it like this :
-Dfelix.fileinstall.dir=/pickup
As per their documentation the default value for this is ./load.
NOTE: In eclipse add the above in the VM arguments

Resources