Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
唐文
/
AiyoZhuaWaWa
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9dfdfbc1
authored
Nov 30, 2017
by
chengfengpiaopiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkins 打包时间修改
parent
30770a2f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
4 deletions
.idea/misc.xml
app/build.gradle
build.gradle
shell.sh
.idea/misc.xml
View file @
9dfdfbc1
...
...
@@ -27,7 +27,7 @@
</value>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
7
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
8
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
app/build.gradle
View file @
9dfdfbc1
...
...
@@ -14,7 +14,7 @@ println("suffixName: " + suffixName[networkType])
def
getDate
()
{
def
date
=
new
Date
()
def
formattedDate
=
date
.
format
(
'yyyyMMdd
HHmm
'
)
def
formattedDate
=
date
.
format
(
'yyyyMMdd'
)
return
formattedDate
}
...
...
@@ -166,4 +166,8 @@ android {
compile
'com.tbruyelle.rxpermissions2:rxpermissions:0.9.3@aar'
}
}
\ No newline at end of file
}
task
hello1
<<
{
println
'hello1'
+
"app.build.gradle"
}
build.gradle
View file @
9dfdfbc1
...
...
@@ -22,6 +22,7 @@ task clean(type: Delete) {
delete
rootProject
.
buildDir
}
ext
{
//版本
compileSdkVersion
=
25
...
...
shell.sh
0 → 100644
View file @
9dfdfbc1
VARIABLE
=
"DuoBaoJingCai"
projectName
=
$(
echo
$VARIABLE
| tr
'[A-Z]'
'[a-z]'
)
echo
$projectName
path
=
"/var/
${
projectName
}
"
path
=
"/var/
${
projectName
}
"
+
"test"
echo
$path
packTime
=
$(
date +%Y%m%d
)
echo
$packTime
#typeset -u VARIABLE
#VARIABLE="True"
#data=$VARIABLE
#echo $data
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment