This gist contains works of other users that I collected in the past but unfortunately I do not have references to them.
echo "# shoppernet" >> README.md
git init
| function onFormSubmit(e) { | |
| var form = FormApp.openById('1Z65umQSZ2drz3MvTWCWlwP4-ySeoB5D7RvX1LtusnEU'); | |
| var formResponses = form.getResponses(); | |
| var latestResponse = formResponses.length - 1; | |
| var formResponse = formResponses[latestResponse]; | |
| var email = formResponse.getRespondentEmail(); | |
| var items = formResponse.getItemResponses(); |
| if [ "$#" -eq 1 ]; then | |
| case $1 in | |
| -u| --unset) | |
| reset_proxy | |
| exit 0 | |
| ;; | |
| *) | |
| exit_with_usage | |
| ;; | |
| esac |
| import androidhelper | |
| import time | |
| droid = androidhelper.Android() | |
| droid.wakeLockAcquireFull() | |
| arrived = 0 | |
| while True: | |
| t = time.strftime("%I:%M %p") |
| <settings> | |
| <pluginGroups> | |
| <pluginGroup>org.jenkins-ci.tools</pluginGroup> | |
| </pluginGroups> | |
| <profiles> | |
| <!-- Give access to Jenkins plugins --> | |
| <profile> | |
| <id>jenkins</id> | |
| <activation> |
| // Contributor: julio641742 | |
| /* | |
| In this example we will be click a button in the top bar, | |
| causing an event that create a text label (hello world), which with some | |
| animation, will be decreasing its opacity from 100% to 0% | |
| */ | |
| /* Import St because is the library that allow you to create UI elements */ | |
| const St = imports.gi.St; |
| <project> | |
| <build> | |
| <pluginManagement> | |
| <plugins> | |
| <!--This plugin's configuration is used to store Eclipse m2e settings only. | |
| It has no influence on the Maven build itself. --> | |
| <plugin> | |
| <groupId>org.eclipse.m2e</groupId> | |
| <artifactId>lifecycle-mapping</artifactId> |
Hi all,
I am accepted to Google Summer of Code 2019 under Jenkins and my project is based on adding Multibranch Pipeline Support to GitLab.
Generally the SCM plugins are divided into 3 separate plugins, namely:
SCM-api-plugin: For wrapping API into a plugin
SCM-plugin: For build triggers, auth and webhooks management
| [ERROR] COMPILATION ERROR : | |
| [INFO] ------------------------------------------------------------- | |
| [ERROR] error reading /home/parichay/.m2/repository/org/jenkins-ci/main/jenkins-core/2.138.4/jenkins-core-2.138.4.jar; zip file is empty | |
| [ERROR] error reading /home/parichay/.m2/repository/org/jenkins-ci/main/jenkins-core/2.138.4/jenkins-core-2.138.4.jar; zip file is empty | |
| [ERROR] /home/parichay/random codes/gitlab-branch-source-plugin-1/src/main/java/io/jenkins/plugins/gitlabserver/servers/GitLabServer.java:[36,1] cannot access hudson.model.Descriptor | |
| class file for hudson.model.Descriptor not found | |
| [ERROR] /home/parichay/random codes/gitlab-branch-source-plugin-1/src/main/java/io/jenkins/plugins/gitlabserver/credentials/PersonalAccessTokenImpl.java:[25,8] cannot access hudson.model.Describable | |
| class file for hudson.model.Describable not found | |
| [ERROR] /home/parichay/random codes/gitlab-branch-source-plugin-1/src/main/java/io/jenkins/plugins/gitlabserver/credentials/PersonalAccessTokenImpl.java:[65,19] cannot |