-
Notifications
You must be signed in to change notification settings - Fork 18
Jenkins #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Jenkins #190
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
7f22c78
test with lts
jburel 4b6ed16
do not use devel
jburel 5481d06
build with develop
jburel 6ea5915
prepare installation
jburel 11c2b5e
do not run omero-install
jburel c8e2528
build from ome
jburel eeef545
plugin
jburel 7c8a370
use perso repo
jburel a75e510
review user
jburel c691940
point to repo
jburel 257dfc8
point to perso branch
jburel ef48dc6
remove deprecated plugins
jburel c5b0e87
drop version
jburel 2aa5f01
remove version
jburel 9455c00
instal plugins using jar file
jburel 2b70888
add plugin
jburel 4d54fd8
update instructions
jburel 1d68244
archive properties file
jburel 041d8fb
bump gradle version
jburel c7182e5
install ice-devel
jburel a329b16
create symlink
jburel 4622f3c
set permissions
jburel e509844
update job
jburel 67312a5
remove optional step. This is required
jburel 14bb27a
add step
jburel 81d969c
adjust ownership
jburel 38c953d
test command
jburel a0af274
use official tag
jburel abbc12c
use jar. Previous command failed when deploying on idr1
jburel c589c94
use tag
jburel 77c3fb1
remove space
jburel acdbd34
cap report lab
jburel 403941a
create static folder as omero-web
jburel efdcd08
do not update gradle
jburel b5b40b9
update instructions
jburel c9c67bf
do not check url
jburel 42421de
change java version
jburel 69c8dce
bump version
jburel 05f7d15
add new config
jburel bb14766
install plugins
jburel 4a3f57d
check url
jburel 4e81875
remove comments, this leads to a NPE
jburel 5fb9684
use explicit version
jburel a9f1ddc
use official image
jburel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM openmicroscopy/devslave-c7:0.6.1 | ||
| FROM openmicroscopy/devslave-c7:0.7.2 | ||
|
|
||
| MAINTAINER OME | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version='1.1' encoding='UTF-8'?> | ||
| <hudson.plugins.copyartifact.CopyArtifactConfiguration plugin="copyartifact@1.46.2"> | ||
| <mode>PRODUCTION</mode> | ||
| </hudson.plugins.copyartifact.CopyArtifactConfiguration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version='1.1' encoding='UTF-8'?> | ||
| <hudson.plugins.gradle.Gradle_-DescriptorImpl plugin="gradle@1.38"> | ||
| <installations/> | ||
| </hudson.plugins.gradle.Gradle_-DescriptorImpl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version='1.1' encoding='UTF-8'?> | ||
| <org.jenkinsci.plugins.docker.commons.tools.DockerTool_-DescriptorImpl plugin="docker-commons@1.18"> | ||
| <installations class="org.jenkinsci.plugins.docker.commons.tools.DockerTool-array"/> | ||
| </org.jenkinsci.plugins.docker.commons.tools.DockerTool_-DescriptorImpl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version='1.1' encoding='UTF-8'?> | ||
| <org.jenkinsci.plugins.gitclient.JGitApacheTool_-DescriptorImpl plugin="git-client@3.11.0"> | ||
| <installations class="hudson.plugins.git.GitTool-array"/> | ||
| </org.jenkinsci.plugins.gitclient.JGitApacheTool_-DescriptorImpl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <?xml version='1.1' encoding='UTF-8'?> | ||
| <org.jenkinsci.plugins.gitclient.JGitTool_-DescriptorImpl plugin="git-client@2.7.2"> | ||
| <org.jenkinsci.plugins.gitclient.JGitTool_-DescriptorImpl plugin="git-client@3.11.0"> | ||
| <installations class="hudson.plugins.git.GitTool-array"/> | ||
| </org.jenkinsci.plugins.gitclient.JGitTool_-DescriptorImpl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.